Loading Tool

Explorer IconExplorer

Memory Pool

78,071 transactions
28.95 vMB
0.07219545 BTC
Random Selection Loading Transactions
Max Size: 175.43/200 MB

Candidate Block

Mining Attempt 9b46b42fd22b7dd7c046d628df251cb31f7e88cccd9f01cbe10a1ac71cdd95ef
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 6741a81dabd76461bec5c3917a82e4a6ff34675b0aebcb78c147f34a4e818bb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,481
Size: 1.00 vMB
Total Fees: 0.01186252 BTC
Feerates: 191.02 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (135,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,529 779,529 00000000000000000005a8391a742da1b4d7886fe3d62655389f1c28deb923d9 2,814 1.00/1.00 vMB 16
779,528 779,528 0000000000000000000304562e59633a3026ce17431a00daeeb206cd50b55538 2,506 1.00/1.00 vMB 5
779,527 779,527 0000000000000000000392b9018672288beae753675ab1324361df30e5276ff6 1,908 1.00/1.00 vMB 11
779,526 779,526 00000000000000000002756e4c38781c9b4150cd6d0cd578f658d0dfb29ce3b9 2,796 1.00/1.00 vMB 16
779,525 779,525 000000000000000000004e7597c8791c5d42fe8f4271ad6a4383609cb1120b17 2,638 1.00/1.00 vMB 25
779,524 779,524 0000000000000000000081ae31e622fb11d5c955a62e0215d8f106129a0831ce 1,415 1.00/1.00 vMB 16
779,523 779,523 00000000000000000005f268d951b65d1ef4f230e3ee12dde4a1b9bce32b85c4 868 1.00/1.00 vMB 17
779,522 779,522 00000000000000000004d2a1d376c96684a910770b2eb295bb01b9b91c788f3b 1,598 1.00/1.00 vMB 8
779,521 779,521 000000000000000000052c3d072a1def038f6226a901153e0b2ed0bac70bf5d1 1,891 1.00/1.00 vMB 12
779,520 779,520 00000000000000000003f45fee617d910840e52c8fd687c1022de4d1fcfba47c 2,371 1.00/1.00 vMB 7
779,519 779,519 0000000000000000000486ba86944236f6931edf111d003c59225a2bfc3d7587 2,969 1.00/1.00 vMB 24
779,518 779,518 00000000000000000003963de79c31ab12a00f8b7d7686ef76d7f566905567bf 1,797 1.00/1.00 vMB 3
779,517 779,517 00000000000000000002a44a1e1cec76d94738df01e11fd0c5a5f3d8050e4d8d 1,874 1.00/1.00 vMB 11
779,516 779,516 0000000000000000000183cb65a9fbc0c1fd6214499862cb098d75dacb4afe28 3,090 1.00/1.00 vMB 24
779,515 779,515 00000000000000000004025b832ae8443fbe1b1acf635fe44ced84a5f8ca6846 1,007 1.00/1.00 vMB 2
779,514 779,514 00000000000000000004fce0666cd6cc42df8fd1037cbc73d9590b7202c97192 2,833 1.00/1.00 vMB 15
779,513 779,513 00000000000000000001ac99f69015b470c80abdcea1967e199548b52f4ae3bb 2,531 1.00/1.00 vMB 6
779,512 779,512 00000000000000000002f25f2e9a48a47d3da1d9132dc41e58bd7b080fe4f488 1,576 1.00/1.00 vMB 14
779,511 779,511 000000000000000000033ef28a84e208720c0ce2a3e8d962b0d276727cf00791 3,296 1.00/1.00 vMB 24
779,510 779,510 000000000000000000019e98c4870cc9a0957f4909dfe46872a7d21fcbf53466 3,074 1.00/1.00 vMB 23
779,509 779,509 00000000000000000002121d8338d6f8901ac74e08465fd8508f700dd893178f 1,028 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.56 GB
    • Received: 15.75 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.