Loading Tool

Explorer IconExplorer

Memory Pool

80,677 transactions
34.73 vMB
0.18080055 BTC
Random Selection Loading Transactions
Max Size: 194.49/200 MB

Candidate Block

Mining Attempt 1145e4f50719b8675da5ad2a3c9106c01ef1f9090a6897cfd5f10dc24c22ed0e
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 9381cad158b5a2d7437d70a8cb42a5c0599e90c25abf6ff9162b196d7356279f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,105
Size: 1.00 vMB
Total Fees: 0.05016090 BTC
Feerates: 150.93 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (17,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,975 897,975 00000000000000000002443a298b56cf9ff2e05586be792a6611e8e1ab46fc59 3,106 0.99/1.00 vMB 2
897,974 897,974 00000000000000000001c32fc6ad792655133597cb84cf49eef72b7542a6d44a 2,015 1.00/1.00 vMB 2
897,973 897,973 00000000000000000000b3005b657e622091d348135d3a88236bb35810abb15a 3,170 1.00/1.00 vMB 1
897,972 897,972 00000000000000000000ae2dbbd9c42f05fef1c12aeb165a3a28b65b1910e1b4 2,156 1.00/1.00 vMB 2
897,971 897,971 000000000000000000005c8026c182c1c80c745ba988276e808f214c9015a807 3,097 1.00/1.00 vMB 7
897,970 897,970 000000000000000000012cec6f4012e1cecfb8617b6becfeacc1683d336c61c7 3,535 1.00/1.00 vMB 1
897,969 897,969 000000000000000000005b397992885d47d825a85c0867b44a81494897fd9d3f 4,257 1.00/1.00 vMB 2
897,968 897,968 00000000000000000001807e0aa6e2b1cf3679387c541b1b776fb6f1e6d9c1b7 2,614 1.00/1.00 vMB 3
897,967 897,967 00000000000000000001f68b77dbd61595d0038a98479125e0ad817fc28bedb4 4,021 1.00/1.00 vMB 6
897,966 897,966 0000000000000000000190dc7ff4af5d9d9b1d86bf63a959a7a6bb5c9e07380d 4,603 1.00/1.00 vMB 3
897,965 897,965 00000000000000000001e67b2402fcffa174515c12ac89d2879786973f3eb9f0 3,611 1.00/1.00 vMB 4
897,964 897,964 000000000000000000017d3627c353d62ffed324895c19e746a65e433a218871 3,375 1.00/1.00 vMB 2
897,963 897,963 00000000000000000000472539a869d61b136e2d371eed65d2680b77264186fd 2,592 1.00/1.00 vMB 1
897,962 897,962 0000000000000000000119be1bdfb87c042cefbfc852ce89a0a6c8234d5c9265 4,240 1.00/1.00 vMB 2
897,961 897,961 0000000000000000000138e95e89bb62496354417d220a8d066134d09063f6a5 3,813 1.00/1.00 vMB 1
897,960 897,960 000000000000000000004bb12e68b74f394e19406cd8c68b52c2428de1e6cb56 4,130 1.00/1.00 vMB 2
897,959 897,959 000000000000000000015cc94a83dce701452a3f26b3462a9488fe6dc8044f62 4,636 1.00/1.00 vMB 3
897,958 897,958 00000000000000000001325de7af73cbebd8f0bf89f60af876023b926cd46a25 2,710 1.00/1.00 vMB 2
897,957 897,957 000000000000000000017f2155824a1d6adc73a220b39f969dfb0d3b6ea862f6 1,728 1.00/1.00 vMB 1
897,956 897,956 000000000000000000003476a3dc4a964febb81ea29aa525a5dcf583b9d4d745 3,359 1.00/1.00 vMB 4
897,955 897,955 000000000000000000022774ba171ca28f157da896108e863106f2697a414646 3,624 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.