Loading Tool

Explorer IconExplorer

Memory Pool

88,936 transactions
27.28 vMB
0.19442483 BTC
Random Selection Loading Transactions
Max Size: 171.46/200 MB

Candidate Block

Mining Attempt 14bfc022ab99e863ec3d64a55d35edb3072ed17e61dfc9ac68adcd28aa4e932d
Version 20000000
Previous Block 000000000000000000009c45c809cf8ca230f740617a448d800f8489917ad16e
Merkle Root 92f41050531030ca496f036581d1ff8b87dea7021b00161fc4263ce39f13edb5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,435
Size: 1.00 vMB
Total Fees: 0.05797335 BTC
Feerates: 318.30 > 5.81 > 1.09 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,653 (855,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,720 59,720 000000000ada8cfb5c33c9e471a91a69ac1844abb01d3e21229e1782e0bad827 1 0.00/1.00 vMB 0
59,719 59,719 000000000dfb367a124fd4e273cbd2ac85b4b79acdd809a45b10b0dfae4b17e4 1 0.00/1.00 vMB 0
59,718 59,718 000000000afa69d5c68667c1abbbed8c00bd13c58780c69e00af4e25655e9b58 1 0.00/1.00 vMB 0
59,717 59,717 00000000012728f26d50f4f63d5bf4c32d50d585ca17c5823cc2d82b14b364d7 1 0.00/1.00 vMB 0
59,716 59,716 000000000469e4308bb064130c3c90417812b6d0048ee437c504466f10c396db 1 0.00/1.00 vMB 0
59,715 59,715 00000000097b95a3be479993e1fdc8296543e817991a1a5a068298d9c98c2e53 1 0.00/1.00 vMB 0
59,714 59,714 0000000003e9883ccd485cf2cb27c011390f40915f23dd8ae8a6a65a0732f264 1 0.00/1.00 vMB 0
59,713 59,713 0000000000573b883337367620a2df571d00e50680cb41eb2951c11eaf86408b 1 0.00/1.00 vMB 0
59,712 59,712 0000000007554f1322ad09f288797e2554c57c667cf5102473dc4eb428f7a4b5 1 0.00/1.00 vMB 0
59,711 59,711 000000000ea544d5fb09834863c83e8bda3d9477c22ceccc6a3c1e6aea5bf45c 1 0.00/1.00 vMB 0
59,710 59,710 000000000455daa44cec5c80dc8ab5821444d7a51434de0afc86635fcfa2d93d 1 0.00/1.00 vMB 0
59,709 59,709 0000000004009ddf652520c6e285b6d3199d611e1180c8c1f364e1be981c56bf 1 0.00/1.00 vMB 0
59,708 59,708 0000000000824240fdb9fb468b6a7376778562a88ea30b9c4e82e764d7b16e33 1 0.00/1.00 vMB 0
59,707 59,707 0000000000b7939c7a54fc2f163538b38938ba5e528b7b278f8112f687fd5c15 1 0.00/1.00 vMB 0
59,706 59,706 000000000e230d20a8a85920d82adafd4f2960c1bef7b7a74f2c029316e1f161 1 0.00/1.00 vMB 0
59,705 59,705 0000000006011b390029809b30bbdc021b6fb4961964420c794b4d571f76b04c 1 0.00/1.00 vMB 0
59,704 59,704 000000000dde3e3afac846ac5c3b8bbaf8879100c832d60deb79c2a27f66efca 1 0.00/1.00 vMB 0
59,703 59,703 000000000a1b083f5faed974c4825959c792bb557d08be7dec16f96a1ac67e96 2 0.01/1.00 vMB 0
59,702 59,702 00000000066bd3990b82e39717182914c8bc88209a1f8561c606e6cba24ccae3 1 0.00/1.00 vMB 0
59,701 59,701 000000000f2ed8035e9c99f88c7e8a45257e3237a5c3c16889b9520426091a96 1 0.00/1.00 vMB 0
59,700 59,700 000000000c9cf67130f3f41ad0e09fcc624c96b795bae954d9a31204213fa560 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.52 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: 773.34 GB
    • Received: 20.53 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.