Loading Tool

Explorer IconExplorer

Memory Pool

79,372 transactions
29.72 vMB
0.08587020 BTC
Random Selection Loading Transactions
Max Size: 179.67/200 MB

Candidate Block

Mining Attempt 81f2e395875009027349eb7c4cdeb74a54aaec4738d358d3bdbf5aa5d477c79e
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root a7f70786e84fc0955eb3e7a6c3e60b5baa8c856ff4a97ff330fd816e4458ddf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,915
Size: 1.00 vMB
Total Fees: 0.01929980 BTC
Feerates: 37.27 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (228,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
686,506 686,506 0000000000000000000ac66dbe141784749593bc73f19bbe88fad564b7befbb2 2,219 1.00/1.00 vMB 20
686,505 686,505 0000000000000000000c87177ebcb27fb902c756ae0a056a3ed671ca43cb2a54 1,665 0.76/1.00 vMB 4
686,504 686,504 000000000000000000047824f6de339c92f9cfc098fdaa8dc02bd050bdf6a737 2,108 1.00/1.00 vMB 30
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.37 GB
    • Received: 16.21 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.