Loading Tool

Explorer IconExplorer

Memory Pool

79,225 transactions
29.47 vMB
0.08251924 BTC
Random Selection Loading Transactions
Max Size: 178.21/200 MB

Candidate Block

Mining Attempt e8378dc6016afed8be08420c8522d3396f2cec44eafebbc14c1bec9ecf5e09ed
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 360cfea0cf0de37a8ad3574a657441419e16f3fd1f83f0b4777d28633e5ac486
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02065344 BTC
Feerates: 100.11 > 2.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (52,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,977 862,977 00000000000000000001ce9b553a47c16840774b5321acfb37c22cc7aa78d1a0 4,441 1.00/1.00 vMB 12
862,976 862,976 00000000000000000000f5fc506467b21d0a33165590668138b922b16bdc6e0a 4,756 1.00/1.00 vMB 8
862,975 862,975 000000000000000000031c4199746debdb6102cf55154ea3cc9f7ed7dc34808d 4,169 1.00/1.00 vMB 9
862,974 862,974 00000000000000000000afe71877edb6b7886a2683716502a47b39c2053e842f 5,101 1.00/1.00 vMB 11
862,973 862,973 000000000000000000011f608c16e60cd5e49e102f77052668670bf9624aa52c 3,875 1.00/1.00 vMB 11
862,972 862,972 00000000000000000001a2f6449af31b4fc676fadceece783e2cf5b57dc2a1e1 4,097 1.00/1.00 vMB 18
862,971 862,971 00000000000000000002af80248838e0cf2777f7d2156975234aaeff197fbf7b 3,516 1.00/1.00 vMB 16
862,970 862,970 00000000000000000002b6a30af96844db62f6b80bc06a743bad12fa6d1415e0 3,964 1.00/1.00 vMB 12
862,969 862,969 000000000000000000006b1cb2337772b5d14574fec6cd8cb3a688b9df6023cb 4,838 1.00/1.00 vMB 14
862,968 862,968 000000000000000000011d58dcff986903bc2090cff58233f9507d845f8f3825 4,841 1.00/1.00 vMB 11
862,967 862,967 00000000000000000001cb3b6b6ca750110c1d52d5fbe38ae5d434db70afbb60 3,792 1.00/1.00 vMB 25
862,966 862,966 00000000000000000000fb4bfde8dd34fe14f4e221dcfd5cd008569cda659049 4,664 1.00/1.00 vMB 5
862,965 862,965 00000000000000000001fec5be9abc9aac7f15c819f527d2dcce5ee8b0090af6 3,845 1.00/1.00 vMB 5
862,964 862,964 00000000000000000001dec528146c311a09213e13e0a71257f8b13ad3d9da38 3,935 1.00/1.00 vMB 13
862,963 862,963 00000000000000000002f8769458d68471a30db6844832e0d1ead3e83b523e75 2,993 1.00/1.00 vMB 3
862,962 862,962 00000000000000000001a864937453c318df7833e940faa9bab561195413bfe8 3,607 1.00/1.00 vMB 3
862,961 862,961 00000000000000000001df73b0d1a9ed3daf4e93e3bc2139c8e4aabe9e03a644 3,079 1.00/1.00 vMB 5
862,960 862,960 0000000000000000000133a110a09451cd40e7de141072c4884c496881f1a532 3,287 1.00/1.00 vMB 8
862,959 862,959 00000000000000000001a030d89fbdbcdd9598b496fec7475798e04c03760ced 3,441 1.00/1.00 vMB 14
862,958 862,958 0000000000000000000169aa55a805d6b2e4edd24fae3107d127fda76cb7c8f4 6,579 1.00/1.00 vMB 2
862,957 862,957 000000000000000000005be01e1aa19652d1033ca58607c85a8bdbe3340ca00d 5,845 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.82 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.