Loading Tool

Explorer IconExplorer

Memory Pool

77,033 transactions
28.87 vMB
0.08021088 BTC
Random Selection Loading Transactions
Max Size: 174.33/200 MB

Candidate Block

Mining Attempt 9190109d0d98f762235a982a37e9a4c0bd1bb6d86974d7d4e227ed7162a95262
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root bd43f609d51c90d9ab9710849ff24b98607d0134909ca319850171896ba8ea0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.01989861 BTC
Feerates: 103.00 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (228,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,527 686,527 00000000000000000008c77d3a6fd28d09b7ff5a2744af0e5612b3c800eba5b0 1,788 0.91/1.00 vMB 18
686,526 686,526 000000000000000000052ae43560dc77476082c2e6af593b80c8aaf2841734c1 624 0.34/1.00 vMB 9
686,525 686,525 000000000000000000034ca65ddd7994d9ae3d29ffda8d9fc551704e4de2801b 2,145 1.00/1.00 vMB 19
686,524 686,524 00000000000000000004f85d80327b026a0267c87d217fecce5ac44e8af3bf0c 2,298 1.00/1.00 vMB 22
686,523 686,523 00000000000000000002ebda5df7e083b63c80b2a5e847aacc25b9945244dbef 604 0.32/1.00 vMB 23
686,522 686,522 0000000000000000000127b41e1556e8d4d9c1ac061d2aaf561c90d4eece6f12 752 0.31/1.00 vMB 19
686,521 686,521 00000000000000000005ffa0f95e1633661d0bfda653a2182a73a9720ec3194f 265 0.13/1.00 vMB 24
686,520 686,520 00000000000000000000c2f9e711c47af85613c6199282bb2d9ed990cc5ec2bb 809 0.41/1.00 vMB 23
686,519 686,519 000000000000000000005b01902dc2efbeb0d0d82cb047500dab480b92739f62 1,748 0.80/1.00 vMB 21
686,518 686,518 0000000000000000000be4c93d6ac0fc1cbeeedacd497147c017073fdfe7b37c 112 0.06/1.00 vMB 15
686,517 686,517 00000000000000000004c52c83c5889b0aae6e1a08fdb4fc78ebb3905a509248 706 0.33/1.00 vMB 16
686,516 686,516 0000000000000000000a8c7aaf977fe9312fca6a9f350d1f14f8f75a063bd28f 1,608 1.00/1.00 vMB 29
686,515 686,515 00000000000000000000c27c8a429d2ebc318aa2b44d87e5817605c03c4ad84f 1,169 0.63/1.00 vMB 18
686,514 686,514 00000000000000000003e9e79f870e1dfbfb7337d3d46591bbfa6853dc122615 571 0.22/1.00 vMB 20
686,513 686,513 000000000000000000031a85388fdcd798d072eeaee8775b041baf2c8eaf5e50 406 0.22/1.00 vMB 23
686,512 686,512 0000000000000000000b7076ac3cf6a309e503ebe62a87dfef0cd7bf5ec8adf6 1,562 0.74/1.00 vMB 20
686,511 686,511 000000000000000000095acba901f40235bc3f4790f22d4d51f9a44e34bcbabb 287 0.11/1.00 vMB 27
686,510 686,510 000000000000000000075fae85f2d09362b9c7a90e57c2f5ca961b92c16929b2 1,998 1.00/1.00 vMB 17
686,509 686,509 000000000000000000034103ec32efb1372666f45b31ec9503e8763fa4d02f1a 982 1.00/1.00 vMB 32
686,508 686,508 00000000000000000000739add6e475679cac5a83877bc92d6c6e703ff8b1be1 1,615 0.94/1.00 vMB 16
686,507 686,507 0000000000000000000b1487c508c7081bee7d40f9214bea8c831231f837619c 1,481 0.87/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.66 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: 673.01 GB
    • Received: 16.35 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.