Loading Tool

Explorer IconExplorer

Memory Pool

53,154 transactions
31.49 vMB
0.18271297 BTC
Random Selection Loading Transactions
Max Size: 169.19/200 MB

Candidate Block

Mining Attempt 500d457055296cce2d3c841ee6969557b5e53f7df6edaa4f7339b61bff9ceb65
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 2d7a0e304a0c6592e589362a41c866bbbdec4918afcfce4b2936327d87a94399
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,266
Size: 1.00 vMB
Total Fees: 0.09672759 BTC
Feerates: 477.45 > 9.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (129,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,670 785,670 0000000000000000000299c3b52f08ccee0dd7d75af4a1d4f27852bf9afbbb0a 2,525 1.00/1.00 vMB 14
785,669 785,669 000000000000000000022b3fa3a6f09e9e4e06836ce3e49bc39026f5b962a524 1,349 1.00/1.00 vMB 4
785,668 785,668 00000000000000000004c6339aac478033d389c0206e53a5eaf3eee9f51cde59 802 1.00/1.00 vMB 4
785,667 785,667 000000000000000000050af117390a5acf13a35376c20377e86e8b00ae6f980a 1,174 1.00/1.00 vMB 8
785,666 785,666 00000000000000000005c084dbdeae5b1ee6d103b99a13f3dffc7d5e278547a8 2,702 1.00/1.00 vMB 13
785,665 785,665 000000000000000000044b78e41ca07d0728e0380f79365aafa4123b74302212 3,311 1.00/1.00 vMB 23
785,664 785,664 00000000000000000000d0380a32c162aa5c886aa8d49a9e744fb3191931a5f8 2,414 1.00/1.00 vMB 12
785,663 785,663 000000000000000000049362ad38948ebc7488cbdcf131f8e25b05782a8c3ca0 1,933 1.00/1.00 vMB 15
785,662 785,662 00000000000000000003ff2d13210828f0a36819c3edaa6a8da48e00eed9017a 3,511 1.00/1.00 vMB 22
785,661 785,661 00000000000000000003e9ab6090307e182b556865fc8e5f4c65e338048d3d69 2,643 1.00/1.00 vMB 35
785,660 785,660 00000000000000000001a2c29b0c4193ecb20d0a5b7a4a863067cca5ca0cb2d4 2,878 1.00/1.00 vMB 16
785,659 785,659 000000000000000000054b9f51aeff4d9cef0db510fc2eb3a9b107c873568996 1,803 1.00/1.00 vMB 7
785,658 785,658 0000000000000000000578e6df303591ae8677117ce9649bca6a22be015a922b 2,905 1.00/1.00 vMB 22
785,657 785,657 000000000000000000012392787735076731b642bd6265e66fa89d79a059112d 1,765 1.00/1.00 vMB 6
785,656 785,656 000000000000000000010e9b0f66cf22c90297aefb70b926640ac7a94e725230 1,361 1.00/1.00 vMB 5
785,655 785,655 00000000000000000004b54e919d66f9f056aa72a138c0f86bd3ecc4fc7b3f6f 3,554 1.00/1.00 vMB 25
785,654 785,654 00000000000000000002434ef3230de64940659603d51fdeeae998df3607b346 1,331 1.00/1.00 vMB 10
785,653 785,653 00000000000000000002ba41fd3afac8c726b30e1b2f135d8bf90adfdddd2a58 2,702 1.00/1.00 vMB 19
785,652 785,652 00000000000000000000cde61ca19c30746769cf96705d814bb9778676820cdb 2,664 1.00/1.00 vMB 29
785,651 785,651 00000000000000000001ce45175f197d6a195308344d9aeb1e97aef096615566 2,173 1.00/1.00 vMB 12
785,650 785,650 000000000000000000059a35b207add1095cd5a24f4c033350b2205f41e68c05 531 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.