Loading Tool

Explorer IconExplorer

Memory Pool

75,026 transactions
27.64 vMB
0.07392960 BTC
Random Selection Loading Transactions
Max Size: 168.69/200 MB

Candidate Block

Mining Attempt a24252a9292f0089304a72bd14370d802d033b0ec09a9089fc00dbab5156c192
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 1f2dde7bae6f3125e6de7da8e190c008c6b1cb50a6220e2a01cd51fbb802a200
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,367
Size: 1.00 vMB
Total Fees: 0.01496127 BTC
Feerates: 80.55 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (210,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,132 705,132 00000000000000000000d36a91b6de15e5b55efcd84fd9cab047959252e48a62 3,360 1.00/1.00 vMB 22
705,131 705,131 0000000000000000000be80cc975a7fa4fa9e262a1d49f76164e70e4961971e0 3,134 1.00/1.00 vMB 47
705,130 705,130 0000000000000000000c3cfee60cd7dc8fb6c79259e00a4fbe86374e66a44a7e 3,258 1.00/1.00 vMB 21
705,129 705,129 0000000000000000000c79726aa053948c580bcb400552ed005c062a4234776b 1,606 1.00/1.00 vMB 14
705,128 705,128 00000000000000000009390ab4c5879f07c3f8adbe566846e723e6902e123763 2,471 1.00/1.00 vMB 15
705,127 705,127 00000000000000000001697fd1aa41bae3d83ad43125c44f4b19acd04e17a7fe 2,441 1.00/1.00 vMB 15
705,126 705,126 000000000000000000064b43d53ad1ebecb89a1ad9a09d50b1a00c74a90d360b 3,335 1.00/1.00 vMB 27
705,125 705,125 00000000000000000008b28bee04f0f820f9cf35835fbe8a00fdc91d06f128d3 2,260 0.74/1.00 vMB 12
705,124 705,124 00000000000000000004b4dd70418c80a71bb11d21a1a30d7f6573b3ec5d42e9 1,759 0.61/1.00 vMB 13
705,123 705,123 00000000000000000007d5e6af73a2472cedc502ca439d66b4ca7271d9f6dc57 2,801 0.94/1.00 vMB 7
705,122 705,122 0000000000000000000044599586ec0678ceb270789a9f8c3d7d27f2a6404349 2,660 1.00/1.00 vMB 19
705,121 705,121 00000000000000000007da2c3f5a64cf7929642de4ec28f817cc220102d4af27 913 0.57/1.00 vMB 15
705,120 705,120 0000000000000000000959d8b2d085586d09159806c2997367cc498fd14ae69f 354 0.18/1.00 vMB 14
705,119 705,119 00000000000000000002c1f2dd031501c8c8ad53723e2c5fd4cbb11512764590 1,683 0.73/1.00 vMB 3
705,118 705,118 0000000000000000000ccd732e0a07e4a7eb7dccce65a132bb9bf4047c602be1 2,659 1.00/1.00 vMB 20
705,117 705,117 0000000000000000000226f2e541ad1686cae703eefbc07739648a73106db938 1,795 0.67/1.00 vMB 11
705,116 705,116 00000000000000000001ad0dcfd76c016d5717ab1755bfba153bb7a429722e41 2,833 0.90/1.00 vMB 6
705,115 705,115 00000000000000000003695a7c3a5c7eef880a62d4a46dda4b0e17fd3930b0ff 2,984 1.00/1.00 vMB 6
705,114 705,114 0000000000000000000aba944064f740c454d10d7a45497920d0fa55f1385d85 1,283 1.00/1.00 vMB 12
705,113 705,113 0000000000000000000dcfe16bc23dc648e39ee84853bdebfeecf645b5e11c19 1,598 1.00/1.00 vMB 14
705,112 705,112 000000000000000000097f64c3d88cd1e66ee4df4bd9dcb7bf0922d58f3c0d5f 2,147 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.