Loading Tool

Explorer IconExplorer

Memory Pool

77,716 transactions
29.98 vMB
0.06866124 BTC
Random Selection Loading Transactions
Max Size: 181.91/200 MB

Candidate Block

Mining Attempt 97ddf726c3509f9ebeb8052ea7cd10be89fa1e301520d4ddb5b60e7985ca4470
Version 20000000
Previous Block 0000000000000000000036bbd7276eb10eeccda80d363dbecfc4a4ff5e03f32d
Merkle Root 21b13605fd8c5e20cc35f478602c06ecf713ce9cea30d0c923c281a25dced059
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.00504488 BTC
Feerates: 150.92 > 0.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,191 (514,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,661 400,661 00000000000000000059e3a6f6add0994d37e9033ff3d69ce125ce8278efff4a 2,448 1.00/1.00 vMB 65
400,660 400,660 000000000000000000953cf41de0d020e29fd36e2bcdbe5cdc6848298921eaed 1,965 1.00/1.00 vMB 27
400,659 400,659 0000000000000000043d1adfe73e9997d299a8445b2ab441390f575d2cfa9090 2,356 1.00/1.00 vMB 34
400,658 400,658 00000000000000000357b0aec150b16fa4bd2b4dbe816cc542e2b89d519f6254 2,346 0.93/1.00 vMB 69
400,657 400,657 000000000000000005af109a7cfeef45fa622ada9239b22f6fb5fb2a7f9e7fdc 1 0.00/1.00 vMB 0
400,656 400,656 00000000000000000389f1df5dc580888459644bd8a6270cfb890ffcc5ff202a 1,511 1.00/1.00 vMB 32
400,655 400,655 000000000000000005183565156b4ca2259fcd36f76e080d622f781767187d79 2,694 0.99/1.00 vMB 63
400,654 400,654 000000000000000005c1cf8ffd717452a30a5a0c14ab4734ed1417544f5dd661 2,294 0.95/1.00 vMB 47
400,653 400,653 000000000000000001344cedcba1be86ae51c089090980feb8eeee8cfdca30ff 2,598 0.99/1.00 vMB 56
400,652 400,652 00000000000000000302cd68de1beb44c664ca2ef6736b7f94b69965d7c796f2 2,553 1.00/1.00 vMB 38
400,651 400,651 000000000000000005f0a462a1267984d9ec5e6f059e1bced3044f8f617ec0e4 2,556 0.99/1.00 vMB 63
400,650 400,650 00000000000000000648b53f874b13bd5d0e213887110ba762eb0a520998f8a7 2,798 1.00/1.00 vMB 35
400,649 400,649 000000000000000001f20f7ee3d928cc7eed1af2c6448c61044dc3db1f24234d 2,650 1.00/1.00 vMB 36
400,648 400,648 000000000000000003ba7e50e7364d21b310cc4b13a87f8012be8842539b4340 1,897 0.93/1.00 vMB 33
400,647 400,647 000000000000000002702dbc6513845b6c4ad9a798e7a2eccab2c1db1fe963a8 2,225 1.00/1.00 vMB 42
400,646 400,646 0000000000000000049f1b9f0fdd553ac5308d4139eced70947f60fcb4c7b4a3 3,285 1.00/1.00 vMB 51
400,645 400,645 000000000000000002a596d58ca09083bc6054a66825fef3d07e88217b8790f3 2,188 1.00/1.00 vMB 71
400,644 400,644 000000000000000003b37f537e468077d1576699c6233f51656b76d0704bab91 2,130 0.93/1.00 vMB 89
400,643 400,643 000000000000000002f0dae654f1aac306f3072de73143cb1a6360ba5aa9f957 2,407 0.93/1.00 vMB 72
400,642 400,642 000000000000000002064bd5ea5957aa56d90a0e28c50c53cdbb236567aff7c4 2,730 0.93/1.00 vMB 41
400,641 400,641 000000000000000004fa4a144f92ced689e0a4b3d6f5468ce0be849e4bb5a30c 2,798 0.99/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.72 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: 707.08 GB
    • Received: 16.66 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.