Loading Tool

Explorer IconExplorer

Memory Pool

77,118 transactions
28.64 vMB
0.06511926 BTC
Random Selection Loading Transactions
Max Size: 173.77/200 MB

Candidate Block

Mining Attempt b29c28194428cf1bf770268852c53958a28aac400f2517a4e59b4b90b0ee918f
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root da7b2e89b2ed69e3de5803d321c489c638af42b25fb33ff14b8ff432b2e2129c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,650
Size: 1.00 vMB
Total Fees: 0.00570131 BTC
Feerates: 100.28 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (378,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,579 536,579 00000000000000000014e5a06e6cd3b3fea7f923900141f6e3e329889585dff5 2,050 1.00/1.00 vMB 7
536,578 536,578 000000000000000000238ed6f3a4f42f0141a458d39037eb2dabc6b7a201f8f2 2,446 1.00/1.00 vMB 10
536,577 536,577 0000000000000000001d617934fff3a58f3dd9fdc75fb618dd97d03e3e21b616 1,956 1.00/1.00 vMB 22
536,576 536,576 0000000000000000001d876d74b5d9120c9b91fae4a706d44e3c90ff81f45571 2,101 0.97/1.00 vMB 12
536,575 536,575 00000000000000000013f59d8c258ed25e86d31cdc2e931dd1bba9fa944729c3 1,649 1.00/1.00 vMB 30
536,574 536,574 00000000000000000029904e7ae7eeffaf46b9b2a6b623afd39b8ee64d281a10 1,699 1.00/1.00 vMB 24
536,573 536,573 00000000000000000020964eef66ad735ddf0450d54bb108e7e48c4ae3784950 2,021 1.00/1.00 vMB 7
536,572 536,572 00000000000000000024be65dc24547bfbe480be450302c4257fab0b5c8d64a2 1,930 1.00/1.00 vMB 19
536,571 536,571 0000000000000000001568943572d138638a83597dab42eef4d820ae7144dd81 1,644 1.00/1.00 vMB 8
536,570 536,570 00000000000000000011bb9abbb60672576b9a248bbf555ac1f681150bc5574f 1,951 1.00/1.00 vMB 22
536,569 536,569 0000000000000000001aeb6c1dd51a9ca5482ceb01a42ea1b6868a22b3b30029 2,294 1.00/1.00 vMB 5
536,568 536,568 000000000000000000252d899182f7ca04b9bea19aeb75e2a6c7f9ba663bcccf 2,000 1.00/1.00 vMB 13
536,567 536,567 000000000000000000174433e1187d5cb02c855e4eb9a3730dc5720ea9942b54 1,746 1.00/1.00 vMB 21
536,566 536,566 0000000000000000000864de756bd0a5559fb36661a4835e10909689e174aec3 2,162 1.00/1.00 vMB 13
536,565 536,565 000000000000000000080162da7303454f0677497375802125b718ce539f104f 1,976 1.00/1.00 vMB 21
536,564 536,564 000000000000000000121d1f2e22130adb2fefca6356bc9ca8bb3f921efbca95 1,998 1.00/1.00 vMB 5
536,563 536,563 000000000000000000006954d8c83c83e146d44b18865f153d388abc64032b3c 1,955 1.00/1.00 vMB 20
536,562 536,562 000000000000000000252dfa942bebf6497a354ba0ef2024324ecee59d7bf4bf 1,977 1.00/1.00 vMB 11
536,561 536,561 0000000000000000000f4e4e5afccaa4f939add34207879543ba5b36cb64b940 1,193 1.00/1.00 vMB 9
536,560 536,560 0000000000000000001d6c03ce66b4039df1e0093ee1c7cac1eaafcd801afa94 1,635 1.00/1.00 vMB 36
536,559 536,559 0000000000000000002bc8b5787c2fa2d0fb5278ba20baa598cb3da9b45519ea 1,769 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.