Loading Tool

Explorer IconExplorer

Memory Pool

45,552 transactions
27.20 vMB
0.07603618 BTC
Random Selection Loading Transactions
Max Size: 143.59/200 MB

Candidate Block

Mining Attempt 58f9db8991d226ea3ec45b47295f65d9e4500eed588120b803cb46a0bc6c5c79
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 1f4d5e8b18138a5d4d16c1ad3c65849b9b22ac9d6b16feb575451f5862f739f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.02533103 BTC
Feerates: 201.13 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (512,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,048 402,048 0000000000000000045f1b455851352d25aff2852e94c6f849c614b0ac24d805 666 1.00/1.00 vMB 13
402,047 402,047 00000000000000000480ca1f78d13100a52ee18a1445cbe4aad8797b7a5abf94 1,680 0.81/1.00 vMB 38
402,046 402,046 000000000000000002f2ffb556e958149e2b56ae202fd4945b7d0a8bc0abb053 529 0.22/1.00 vMB 47
402,045 402,045 0000000000000000022471a5c2499d066548f994d0fe85ee1859d53754000a18 735 0.36/1.00 vMB 41
402,044 402,044 000000000000000004714682286d84a77dd725a8ee19229ed9a2b611337603d8 451 0.22/1.00 vMB 40
402,043 402,043 0000000000000000031c59a2bcbd819938ad41cca8198b1aba6040678435c754 1,496 0.82/1.00 vMB 43
402,042 402,042 00000000000000000698407cf4902cc6359068b9721ea770552a0c50e7bfde5f 1,788 0.97/1.00 vMB 43
402,041 402,041 0000000000000000052a3ac5fd62433e72fd8e7ecce85632d39adc728b6332cb 1,189 0.89/1.00 vMB 27
402,040 402,040 000000000000000005fedbb957803e7e6ee77311deedd377423675b37f06de50 2,746 1.00/1.00 vMB 56
402,039 402,039 0000000000000000061982b8592c261df86dbe8b50febd3cbfbf896ab0b081f7 785 1.00/1.00 vMB 15
402,038 402,038 000000000000000002e6d3ff5f446f36ae974cf0a5afbcd0d83d3549d53ce5d1 1,717 1.00/1.00 vMB 34
402,037 402,037 000000000000000000409f8db2d3a874a0b7a43e8891a7254c6d1ca595d0864f 2,207 1.00/1.00 vMB 51
402,036 402,036 000000000000000000099f9bdf6321acf94a9944185d77f4aa15c159d7021a87 1,464 1.00/1.00 vMB 33
402,035 402,035 000000000000000004c4decaa7811a49a8d31d0c305d4b74e79292081eb83f61 2,877 1.00/1.00 vMB 57
402,034 402,034 0000000000000000020c321612b420e987e35017032439cfd6bce353b8bc7ee8 2,036 1.00/1.00 vMB 39
402,033 402,033 000000000000000003521368d92adc5b69db4dfcb09ee2d839a6e4a6796f5405 2,806 1.00/1.00 vMB 69
402,032 402,032 00000000000000000293e6f5e00a22d8c651002721c2fac6d81abb9527b188c7 1,626 1.00/1.00 vMB 28
402,031 402,031 0000000000000000007eb65203afc7c547dbf377ec5177e6a8a90372f6b1d5b1 2,225 0.93/1.00 vMB 81
402,030 402,030 0000000000000000035ee2fd6674d8a02f85f801f2823698c96dfff0e1604577 2,061 1.00/1.00 vMB 35
402,029 402,029 0000000000000000044cd784555115cebd9c180f014853b0fee3b64740b19409 3,103 0.99/1.00 vMB 68
402,028 402,028 0000000000000000023c9e5e7b52919dbbfd15b9b07c561cf02c224b1323d828 841 0.55/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.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.