Loading Tool

Explorer IconExplorer

Memory Pool

82,433 transactions
30.72 vMB
0.08135898 BTC
Random Selection Loading Transactions
Max Size: 189.03/200 MB

Candidate Block

Mining Attempt 1d5fb1fd977184b3d031fb8d7f1fd1688e15ab07a40f8e3ec19fef35f4fb082a
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root ee6fc8ea914e4df0d65eaba6de3c58cbb62a4fce3c6326abc95d620abcc3facd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,274
Size: 1.00 vMB
Total Fees: 0.01262108 BTC
Feerates: 353.36 > 1.26 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (101,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,822 813,822 000000000000000000030f0cd2974e34ffa8edb8824eec8bba01c008105ca0bb 3,765 1.00/1.00 vMB 43
813,821 813,821 00000000000000000002f7bfb7adc2d9c146fa2ba9d0fdd893454092c9a023ae 3,629 1.00/1.00 vMB 38
813,820 813,820 000000000000000000042be2e0aa13236a69ed45eb590a9c95dd29b6fc5696b6 2,917 1.00/1.00 vMB 52
813,819 813,819 00000000000000000000212db5a527ec0c370837eb106702326c041a803054c5 3,898 1.00/1.00 vMB 13
813,818 813,818 00000000000000000002d450513f1db8581c4e6e27fce45a6a0d9bb99112e3cc 1,354 1.00/1.00 vMB 14
813,817 813,817 000000000000000000025af9168e6c378106dbb7cd81a7d4202e8ab93e1f830d 3,068 1.00/1.00 vMB 37
813,816 813,816 0000000000000000000295c56b7d866593637bd0c3951626757a95de8592bdaa 704 1.00/1.00 vMB 12
813,815 813,815 00000000000000000000fc688e1e9f55cdceb70cac5da1f5fa95f7247ec96f38 1,121 1.00/1.00 vMB 15
813,814 813,814 000000000000000000008d72c68aa5233c6dae743d44916f84caf72d0af7c734 2,576 1.00/1.00 vMB 29
813,813 813,813 00000000000000000003b29350a043fc5906b76e9d176de0ac7fe49067a5be83 2,975 1.00/1.00 vMB 38
813,812 813,812 00000000000000000003f5c3df4bfff6302513503c1118e9cf6bc505f6631335 3,427 1.00/1.00 vMB 35
813,811 813,811 000000000000000000041986624df5e8ad7f183388f2d85d3842bd16e46203e5 3,714 1.00/1.00 vMB 43
813,810 813,810 00000000000000000001530f2c23a4ada39cecff40cf704a1da15b85557f96b0 3,261 1.00/1.00 vMB 50
813,809 813,809 00000000000000000003cb416dabb91eabac81b25cde7c0e6afb4154fe0ab646 2,996 1.00/1.00 vMB 13
813,808 813,808 000000000000000000004f4088b1a130c6ee388594c43e43f0a875eb6cb7c084 2,972 1.00/1.00 vMB 24
813,807 813,807 000000000000000000036ff91e30eddc4ab08a315d35d04ff073b484e67048d3 1,004 1.00/1.00 vMB 17
813,806 813,806 00000000000000000000bc1fae55fc34492e22a018e1841bf02b7bf4d775ed18 1,420 1.00/1.00 vMB 12
813,805 813,805 000000000000000000046d66c10024caae9cbc40d4c2a379d71ac3e35a523ab0 2,547 1.00/1.00 vMB 38
813,804 813,804 000000000000000000000877f871915df8051e52329cc1f105dac870f34bca7c 3,135 1.00/1.00 vMB 41
813,803 813,803 000000000000000000017faf4d997adc2b4ad40249ea61f07618ce6c146bb370 2,207 1.00/1.00 vMB 27
813,802 813,802 00000000000000000000d99c57be48c4f27dfdcc3f4589a02c466114d1bdc65c 2,225 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.79 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: 709.81 GB
    • Received: 16.99 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.