Loading Tool

Explorer IconExplorer

Memory Pool

39,570 transactions
25.69 vMB
0.05377777 BTC
Random Selection Loading Transactions
Max Size: 133.34/200 MB

Candidate Block

Mining Attempt 8a6864b000ea8d56addbe2addcc042e399828c8a0a59c0c3402284eefebb2d71
Version 20000000
Previous Block 000000000000000000010dace4d5b44bfd82b756b4c28da5c2033af29cb443b3
Merkle Root a941720c8cf13739787138485434f1a8c11e0ff0fa384f9d2fc45f56c68f9fae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,295
Size: 1.00 vMB
Total Fees: 0.00726160 BTC
Feerates: 66.96 > 0.73 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,764 (683,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,727 231,727 00000000000000838719e641c043aca42c636620761f146deae1591c2bc2f277 90 0.04/1.00 vMB 79
231,726 231,726 000000000000004d0eba80bacb82d4d8a5075185e543caa3d3b8aaad65892ae3 237 0.09/1.00 vMB 198
231,725 231,725 0000000000000072d4e540f362b2a9661d0dd3ac312bc8d28e4400fa5352bc1a 46 0.06/1.00 vMB 24
231,724 231,724 000000000000003cf970a0d9f49dc9ae737931c6e2ad0e23a135d9d624e4139f 505 0.23/1.00 vMB 74
231,723 231,723 00000000000000ba09d4039f776164adb689a16d361f9cefd076ca78eaeb2b47 180 0.11/1.00 vMB 156
231,722 231,722 0000000000000024bcada722b82b144f13ff33e70aaa3e0b3ea600464cc0318a 350 0.19/1.00 vMB 134
231,721 231,721 00000000000000bd7d5596b12050d6d42e8454e4d2c662293149f11ecead0763 195 0.07/1.00 vMB 232
231,720 231,720 0000000000000116c2fa910a951a25bc76221909bdb22941343ea3c8790e7380 374 0.18/1.00 vMB 153
231,719 231,719 00000000000001ee8c2bd887f20a13fd85d4429dc3bb4fa577cc12c680799aeb 518 0.33/1.00 vMB 125
231,718 231,718 000000000000007763111ae7972993f5cef4ef5105d2748efb8556135ba2cb4d 979 0.25/1.00 vMB 255
231,717 231,717 000000000000003dd8ee6922a9c4507227b46601d2e3cb39f497c0e1fdf2e0fd 512 0.15/1.00 vMB 1,062
231,716 231,716 00000000000000f7b0936e9561b42f9cd73872573222b3f4d8ba9d6ab815f568 516 0.24/1.00 vMB 219
231,715 231,715 00000000000000c0e7227819ed35cb4a04f8938f0fdda54b705fc25c0413f7cc 513 0.20/1.00 vMB 228
231,714 231,714 00000000000000666d1d7eea432a2b5cd6a118b3c5b05037efada231f098cbe1 80 0.03/1.00 vMB 155
231,713 231,713 0000000000000042614ecb418324c9c1686a67c9c8511b1b86ae9247841ccd66 636 0.25/1.00 vMB 204
231,712 231,712 00000000000001b05f3b4bb9dc1be7f02491677b7ef287d7c2fb6e321520a60b 742 0.32/1.00 vMB 533
231,711 231,711 000000000000012451a6aa634e9a4ccc0391a3b7fbe8bea2e25826351b0b6d66 456 0.22/1.00 vMB 160
231,710 231,710 00000000000001954ee2273e95ff1e02bc5ffb0d561a4838fdf963b3cf8aa88c 252 0.14/1.00 vMB 152
231,709 231,709 00000000000001a3558870925ac76c6c9bceedf078149a4a68d9bf44a1c482cf 478 0.25/1.00 vMB 167
231,708 231,708 000000000000000bd5f0bbe7b7f2f154d2db15291fd06dd720910da08258fe38 717 0.25/1.00 vMB 208
231,707 231,707 00000000000001c4f1aaef1bb6e1ce4bc32818928c5e1f27728cb6c6ac1e930f 499 0.25/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.97 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: 647.80 GB
    • Received: 12.97 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.