Loading Tool

Explorer IconExplorer

Memory Pool

79,540 transactions
29.84 vMB
0.09520891 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt 1e3b3d1497b0c5051b4e254a3742993b7525f5449ad7e23e810249f032dd1efc
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 137a123dbc9792ba870b6001a3fef9002fa6c19e122170e917220daaf02fb08e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,934
Size: 1.00 vMB
Total Fees: 0.02763909 BTC
Feerates: 111.07 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (127,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,567 787,567 0000000000000000000269f95c8cf8ebdfa9a582e7cc40ecc182afbc869aea68 3,476 1.00/1.00 vMB 40
787,566 787,566 000000000000000000012ca6c0eb434f9e04748597fdd490f9aed8062bd7141f 5,091 1.00/1.00 vMB 18
787,565 787,565 00000000000000000005bfd1276365b5487f917d61fff76769ae8cc3bc5a1cae 3,958 1.00/1.00 vMB 11
787,564 787,564 00000000000000000003484de870305a87d1c92a0bbb857c11a5a7bc3b9b47bd 3,115 1.00/1.00 vMB 34
787,563 787,563 00000000000000000002f751bb8a36a9d3671b251da1ba346a22aecbfee390bf 4,152 1.00/1.00 vMB 11
787,562 787,562 000000000000000000007e5bd38e39ac2be8845ca92e8afcf767721af81f5140 4,049 1.00/1.00 vMB 12
787,561 787,561 00000000000000000001ce753acf6b8aea677c5d19a73c494024ffb599555b5f 3,508 1.00/1.00 vMB 29
787,560 787,560 00000000000000000000a92bf468ad810db6562b558e0ec97a130f9a685db3be 4,319 1.00/1.00 vMB 25
787,559 787,559 0000000000000000000550550c48031fae02ff00635327b62b6f5ae828a41a21 2,817 1.00/1.00 vMB 20
787,558 787,558 00000000000000000004a62e3b2ac2d00c2aa1667ce119ff24fe75051c477dad 3,254 1.00/1.00 vMB 31
787,557 787,557 0000000000000000000041de4770dc90b16af07f1b55dfa0db10ba2e13200029 2,977 1.00/1.00 vMB 44
787,556 787,556 00000000000000000000d442998ad0eacaa6caf8b8519586e80d4c72b0cb9356 2,386 1.00/1.00 vMB 16
787,555 787,555 00000000000000000000e96c56f03f26fe59a906bf30ae02327d786d4c4e709f 2,692 1.00/1.00 vMB 29
787,554 787,554 0000000000000000000495fa195b2d8739a50025128a82f63e8fd22eedd70697 359 1.00/1.00 vMB 15
787,553 787,553 000000000000000000056bf6b3d92ef31e9cb4b50e86a2b48d95a3c2264c8d8b 867 1.00/1.00 vMB 15
787,552 787,552 00000000000000000003047b1f95262123c35672244b877232cb184847526bd1 4,497 1.00/1.00 vMB 19
787,551 787,551 00000000000000000000f04d756d475c723c74a9cef3cba3323e2b7c8d1c38db 4,318 1.00/1.00 vMB 21
787,550 787,550 000000000000000000054f6ad2ce125a0183266c907b7ebd30d12a2a8a93f6ab 3,482 1.00/1.00 vMB 24
787,549 787,549 0000000000000000000354951c8d73b341cc9d09e73254f22b68fdf2bc9f2d00 3,448 1.00/1.00 vMB 22
787,548 787,548 000000000000000000031adb2cb1b7337fae9124ae94b0231a8490a039a3cc7c 3,502 1.00/1.00 vMB 29
787,547 787,547 00000000000000000000fc197b416e544dd69b5fd8373efa0316b7fd4cce28ef 3,835 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.64 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: 672.39 GB
    • Received: 16.22 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.