Loading Tool

Explorer IconExplorer

Memory Pool

77,987 transactions
29.53 vMB
0.08899143 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt 4f6ab4177a89e676c1d8529f3c419677796f0928f5cc1d0a0a8191ccf12c16e1
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 5af8929d9ac1df837f9daf6a73609b6aa22c3b011c25cf5d1fba5231691cd5db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,802
Size: 1.00 vMB
Total Fees: 0.02404797 BTC
Feerates: 477.45 > 2.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (124,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,579 790,579 000000000000000000010479d8e26d49607f397c9d3d4b31f985a5eb9569748b 3,652 1.00/1.00 vMB 57
790,578 790,578 0000000000000000000197f40fcdac7e16d08e1048c07f96ee0055bd38705487 3,614 1.00/1.00 vMB 65
790,577 790,577 00000000000000000004d6417cbc62b5754c8b345515395c42c8cef41eea985b 3,025 1.00/1.00 vMB 63
790,576 790,576 00000000000000000002a7048dfb23d8de8f2fe49698deb8fe5f5bdef3105efa 2,928 1.00/1.00 vMB 64
790,575 790,575 00000000000000000003226c15c245d89fa525313f4436296ef690dfe0de4ce9 3,348 1.00/1.00 vMB 77
790,574 790,574 00000000000000000001ed9397212fee5745f728de943d83105753844d5897a1 4,015 1.00/1.00 vMB 111
790,573 790,573 00000000000000000004665ea8ef2f9f4ae29e89408ae5f8952d098c8e21975b 3,419 1.00/1.00 vMB 113
790,572 790,572 000000000000000000034f1caa6a6f75ac31c54c7f00bab20471a9f8b0839059 3,104 1.00/1.00 vMB 68
790,571 790,571 00000000000000000002221bdb58c2df1ca372d931f0f6ced1ed09827b774a59 3,884 1.00/1.00 vMB 50
790,570 790,570 000000000000000000027d65ea5de353e2f46990d842cf4b4953b6b00db9756b 4,621 1.00/1.00 vMB 21
790,569 790,569 00000000000000000001100392efbe74067159a84918f2cea497b581402325c9 4,136 1.00/1.00 vMB 43
790,568 790,568 00000000000000000001ee3b9d99c7d58d1c22a24cc0920e9129344756c17ed9 3,492 1.00/1.00 vMB 33
790,567 790,567 00000000000000000004d7a03ef3afa1d1f9ec66ae9ba1ef16999fe10d5513b4 3,335 1.00/1.00 vMB 58
790,566 790,566 000000000000000000051cedf2ca5d740ade80588d4fc7924daa965514d44f27 3,451 1.00/1.00 vMB 42
790,565 790,565 00000000000000000001ea74e6acfea97d2a248edbc8c4f31e5711a43f84f4e3 3,588 1.00/1.00 vMB 59
790,564 790,564 0000000000000000000570291173bcae67fb013a0dd207c5a01879dee2294d27 2,784 1.00/1.00 vMB 89
790,563 790,563 00000000000000000001e39e2457cb97a71a3ae5356df97005a0b6b2d464ce68 2,912 1.00/1.00 vMB 64
790,562 790,562 00000000000000000004d5b19f4bb2d3ceced09ccef9c201463e6b2dfd6346a6 3,218 1.00/1.00 vMB 33
790,561 790,561 000000000000000000050fbb8a4240bdc120ab987697acb7f6173ce90bb1ebdc 3,160 1.00/1.00 vMB 56
790,560 790,560 000000000000000000036223e16716b18e6957c0a1fbc1836fbe6f8c8c2aa85a 2,978 1.00/1.00 vMB 51
790,559 790,559 00000000000000000003090ca1a457620a856404361427fa2fab2022d156217b 2,845 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.