Loading Tool

Explorer IconExplorer

Memory Pool

77,844 transactions
29.01 vMB
0.06863678 BTC
Random Selection Loading Transactions
Max Size: 173.59/200 MB

Candidate Block

Mining Attempt a1269d12ea02a1284540b980ab703d9f34bc11f9184953c3cda47c729355db15
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root e73d8514fd5489eb45e9c8a62b32c9e98b15283a09c8d9529c66726d91eb1b2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,389
Size: 1.00 vMB
Total Fees: 0.01002640 BTC
Feerates: 73.20 > 1.00 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (113,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,660 801,660 00000000000000000001c4b4375eac50a61a601d5ef77564d6ef1a858a971253 1,961 1.00/1.00 vMB 16
801,659 801,659 000000000000000000004bf3cc86c77fb186e8791163d6c02abecfeee8cb0e3c 2,588 1.00/1.00 vMB 24
801,658 801,658 00000000000000000002cc888f0a7984aed1dee745426c98c7489fbe83838071 2,846 1.00/1.00 vMB 21
801,657 801,657 00000000000000000002b40b772623e75fb91728a2eddb5f963668b441b5e2aa 3,380 1.00/1.00 vMB 21
801,656 801,656 0000000000000000000119b5e9c5c893a91fb63ccc4ce7f118d92c3cbdabed31 3,324 1.00/1.00 vMB 22
801,655 801,655 000000000000000000046d5b818633174f59cd3e8fdc82576731ad4f880240c6 3,223 1.00/1.00 vMB 39
801,654 801,654 00000000000000000001c6a5de43789e02ce2b996e172807642be1149ab43037 2,430 1.00/1.00 vMB 16
801,653 801,653 000000000000000000035c37165659e22104cca3dbaae141135aa9d7e8c8dd4d 2,835 1.00/1.00 vMB 23
801,652 801,652 000000000000000000011a9296e749b83129b3126d2e6095ce9b7e35f12b5ca7 3,806 1.00/1.00 vMB 21
801,651 801,651 00000000000000000004d39a86eb34c09e8d5ac2a311671204c86a0c96ceea45 2,137 1.00/1.00 vMB 13
801,650 801,650 0000000000000000000434854fea1bd05d10e4630b3720a8e26f9628e2eb7f6c 3,104 1.00/1.00 vMB 16
801,649 801,649 000000000000000000032aec3be9a82e1ba18e22d127ad241fd9aec345c65cda 2,026 1.00/1.00 vMB 14
801,648 801,648 00000000000000000000da72b7b5bdf19907d3e969f89f398eee21c243ac3e3a 2,469 1.00/1.00 vMB 23
801,647 801,647 000000000000000000003942a9eaef594b79d0588979a66e707f82d3ffbfff36 3,444 1.00/1.00 vMB 25
801,646 801,646 000000000000000000003e2ea703b1383dd962f22a271ed32d91c95ac62aa7c2 3,120 1.00/1.00 vMB 12
801,645 801,645 000000000000000000006ff663aeca493cb7ef472be238b93043f1ba8dda2a60 4,649 1.00/1.00 vMB 10
801,644 801,644 000000000000000000050173235ad8d8bf0129b55fc5c90d34df6ace6dd9c42a 6,145 1.00/1.00 vMB 8
801,643 801,643 00000000000000000001f626a6e5b139cf612f59dce3d4869d77741d89c51b88 2,836 1.00/1.00 vMB 6
801,642 801,642 00000000000000000001a3ba9756ad679470ffb07de1d109726403485d37ab2c 1,954 1.00/1.00 vMB 8
801,641 801,641 000000000000000000018f288716b9055a5cf4cdc9bfc10260fd2e027d583201 3,690 1.00/1.00 vMB 23
801,640 801,640 00000000000000000003522a72d4bebc9a66e63983b2de31100367ae71e48f37 2,157 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.50 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: 668.41 GB
    • Received: 15.50 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.