Loading Tool

Explorer IconExplorer

Memory Pool

80,888 transactions
29.94 vMB
0.07616718 BTC
Random Selection Loading Transactions
Max Size: 180.60/200 MB

Candidate Block

Mining Attempt 60b4fd21cc168c1334efa4c18fd34d5b49f98caee6e9aac1b833adb5bd1ce58f
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root eb05c1974b01a344a4c910c9cc3b40536db089848868acfb838437b99b93f0b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,159
Size: 1.00 vMB
Total Fees: 0.01490583 BTC
Feerates: 502.67 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (324,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,163 590,163 00000000000000000006a4d492b3a4dcf63a0786900060e73d12e5bb30c4bc4d 2,221 1.00/1.00 vMB 41
590,162 590,162 00000000000000000017d71ea34fa3dad6b62f6f1fc5c049faffa991ecb2958e 41 0.07/1.00 vMB 3
590,161 590,161 0000000000000000000c2365504807c7fefdce497f0e20509d3fd00eec4ae0dc 935 0.30/1.00 vMB 33
590,160 590,160 0000000000000000000c7f11f7ee76f28cdc90486cc74e62a9fd4c48d6382702 1,277 0.41/1.00 vMB 43
590,159 590,159 0000000000000000000320fa682128f3c86759f76ec81e9a6e2165d4483e76b2 1,676 0.83/1.00 vMB 25
590,158 590,158 0000000000000000000f9128fcf0bfc1a30acb6ec55cfdafa2d74d76874e7553 2,898 0.99/1.00 vMB 26
590,157 590,157 00000000000000000005ea6259cdc8639b279750a092cfd40fae1869169ff38b 2,499 1.00/1.00 vMB 53
590,156 590,156 00000000000000000002394fd237332e2b5474f9ba1367ab1bdb20824cd60dd5 2,602 1.00/1.00 vMB 26
590,155 590,155 00000000000000000011416e398fcd49cdc33e869f62c3018be74d331113c3a7 2,373 1.00/1.00 vMB 32
590,154 590,154 00000000000000000017f990ab887da60f4cf4b64fdbaee0881d5ee453bdeb80 3,492 1.00/1.00 vMB 31
590,153 590,153 0000000000000000000318d8cefdca11e9088dd9facc13a2c6e711ef6494037f 3,068 1.00/1.00 vMB 44
590,152 590,152 0000000000000000001983a98dd08941d114aff974ecc4127ac8739b1cae1d85 2,257 0.84/1.00 vMB 7
590,151 590,151 0000000000000000000d68f93469e704267cc6299b6431131e5146c09f9635f4 3,126 1.00/1.00 vMB 57
590,150 590,150 00000000000000000016f26ffdd5b92221f463f69f29657b58bd1e07655ad348 2,141 0.80/1.00 vMB 30
590,149 590,149 00000000000000000014577f38fe454a6a0fb7af98715f34779f0d921798f941 3,229 1.00/1.00 vMB 29
590,148 590,148 00000000000000000019a59067bcce3959efcbe9bcdf06a042411537069a00ad 3,097 1.00/1.00 vMB 40
590,147 590,147 00000000000000000008cbfc431a0bc35902956a1d9c0f849661bced16494706 283 0.07/1.00 vMB 36
590,146 590,146 0000000000000000000e2ba639e7be48c9ec2e6a7ab34c0b1dab2da368fbb148 1,333 0.40/1.00 vMB 36
590,145 590,145 00000000000000000014a197e0c03d7c4241a9eb7a2e998dfe7099c6d1d3b764 1,820 0.60/1.00 vMB 29
590,144 590,144 00000000000000000015f772f0f9efb878eef534fb598bac1d5ffacd4dde3729 565 0.18/1.00 vMB 36
590,143 590,143 00000000000000000005fef282ff45d0d525da4d986eada8f63b8990c757f7ed 3,032 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.