Loading Tool

Explorer IconExplorer

Memory Pool

76,423 transactions
28.87 vMB
0.07330439 BTC
Random Selection Loading Transactions
Max Size: 176.47/200 MB

Candidate Block

Mining Attempt 64f586e373604b5c4c515df53119a64fdfc95c5088d635c3584d6bb58f4aa840
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 2d69cb747d7ec6b3cf8e7a72eac42263ab3c9d0a605fef2e232de82f87b8e7ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,227
Size: 1.00 vMB
Total Fees: 0.01015625 BTC
Feerates: 104.17 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (433,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,085 482,085 000000000000000000e30a00151266431393d0de3fbe99a94a60f15aec631bae 2,081 1.00/1.00 vMB 408
482,084 482,084 000000000000000000d5a30e2e3259550a40f34b608ac269f35944129a710de7 2,014 1.00/1.00 vMB 474
482,083 482,083 000000000000000000fdf0b7a13eac5dbc0eaf0de05aee3fc8f046fd0dc88145 2,082 1.00/1.00 vMB 490
482,082 482,082 000000000000000001332d86c8c2c1cef74971a88df7c769443b16ecbff43cf5 2,056 1.00/1.00 vMB 408
482,081 482,081 000000000000000000aa40d547b0006122283241c6f8e1fd3e1a03558c2768e3 2,481 1.00/1.00 vMB 369
482,080 482,080 000000000000000000ba612bcee6212d2e43a1b8960e9b42d8a8292a1ab431de 2,455 1.00/1.00 vMB 305
482,079 482,079 000000000000000000c7e14110a64049dba58ff5a171aeaf0708c0273ad56cd5 2,329 1.00/1.00 vMB 372
482,078 482,078 00000000000000000017f1cd192f8ccbbcf3a56a6892de331f82301a487898be 2,521 1.00/1.00 vMB 383
482,077 482,077 000000000000000000ec130be16b318ef1fe18b3ba11293f2640fea62f35417a 2,122 1.00/1.00 vMB 517
482,076 482,076 00000000000000000060f20049459ea54649e8cf35db829ef6d185f3328c1cef 2,746 1.00/1.00 vMB 320
482,075 482,075 00000000000000000060b3361fd23ec94414fc9db51b2fc1589f19b2ff4d85fb 1,788 1.00/1.00 vMB 499
482,074 482,074 000000000000000000f9a5dc8661e12631a816c62dc1129480db19a7cee9ff0b 1,754 0.99/1.00 vMB 278
482,073 482,073 000000000000000000ec6089eec64ac89c46d218c3908b848c2fa161bd6ff598 2,054 0.99/1.00 vMB 403
482,072 482,072 00000000000000000055e4725b28571b07664017735f9994b949f316742fdd6e 1,951 1.00/1.00 vMB 366
482,071 482,071 0000000000000000008ad8c0b150bd3a284487ad124c8cfce0b8663e517beef0 2,030 1.00/1.00 vMB 463
482,070 482,070 00000000000000000114f39ec328900bfe12f4d9493d23533de51e96bebfefe0 1,943 1.00/1.00 vMB 335
482,069 482,069 00000000000000000046a8bae178c57e3589bea47b01c7907d06861b5f1708a1 2,067 1.00/1.00 vMB 276
482,068 482,068 00000000000000000052d3d50c74046681f85b5716d0f37c7578d1efd6823dfe 2,037 1.00/1.00 vMB 352
482,067 482,067 00000000000000000026354ee063b895e8a19a487c3e829b138ca59f3ac639d7 2,394 1.00/1.00 vMB 398
482,066 482,066 0000000000000000005425e55d612a7bd6d87bef6629d5232fd13e873d46a3b5 2,152 1.00/1.00 vMB 415
482,065 482,065 000000000000000000d74bcbdb42db51ab34af81796fe2faa4e7c7b7930d0739 2,224 1.00/1.00 vMB 438
Previous 10 blocks ↓
Total Size: 782.82 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: 710.58 GB
    • Received: 17.08 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.