Loading Tool

Explorer IconExplorer

Memory Pool

46,187 transactions
28.64 vMB
0.06921807 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt 2b7226163a33de954f9148aa95279905bba66b2968957ae97b5dd670a306a0ba
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root d1b590d8797a48fc4ac99776dcbe6f4fc23958fa7c3c8aba406b647e8b98ca2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.01488570 BTC
Feerates: 73.20 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (673,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,697 241,697 00000000000000cbd562c93b7586ef28ccaea7cf54b1efafc6f00df1b9ae8629 8 0.01/1.00 vMB 101
241,696 241,696 0000000000000063cbb7e5c70dcb0c347b875a8857ae10b2be66904e43f85a83 180 0.08/1.00 vMB 164
241,695 241,695 0000000000000004332887b1d9ca961050d414fa4a01c0b8384fce241cf8e2f8 156 0.06/1.00 vMB 314
241,694 241,694 00000000000000dc5ce81f38c5cad682ba4e05d80546a8e869e03ab14fc65cd3 145 0.09/1.00 vMB 110
241,693 241,693 00000000000000f4b1770b523ab06e59f90b8a78eb9cab7dcbae785010bf018a 528 0.20/1.00 vMB 194
241,692 241,692 00000000000000e5c5838b775e992627266de61f9b7c83a31aeeef4e50ca5e31 69 0.03/1.00 vMB 252
241,691 241,691 00000000000000a237efa40a2c5f6911effe4691078a5e30e2efa31919c090c0 218 0.10/1.00 vMB 166
241,690 241,690 00000000000000d33ceda7e606c3633ffad8c181f35e2686b1ed3d07fb822bff 72 0.04/1.00 vMB 79
241,689 241,689 000000000000004ea0240bdf45c47745f123e93dc821fedd3f2ffa5ba1ca9b2d 29 0.02/1.00 vMB 132
241,688 241,688 0000000000000023934ce97e02970bba2f3590b147d3753807b788732fd17114 71 0.05/1.00 vMB 139
241,687 241,687 00000000000000c1440787a9bb5ac2fd76f245410b90ac907124344f01bfff0d 231 0.12/1.00 vMB 109
241,686 241,686 00000000000000b1f730af604d8447dbbf0786be5fcaa30a2759fb2258b8d5ba 348 0.19/1.00 vMB 126
241,685 241,685 00000000000000ce93279d73b2fb04a2a3dbe09d331f74489cac233cb2c63286 669 0.25/1.00 vMB 3,617
241,684 241,684 00000000000000776093121a650c176d4dd0fe2cab04269795deee3df3632ef3 256 0.12/1.00 vMB 61
241,683 241,683 00000000000000a38faac69f047bd956e632e953badb8d0a63548ada6dfa3adb 268 0.10/1.00 vMB 210
241,682 241,682 00000000000000df56b61c4216b4c25fa722c0cd3ed3c78238f19e384668b8f9 256 0.21/1.00 vMB 44
241,681 241,681 00000000000000878a2526894de7dff92febb145bf2e35d6150c1f4ac20b3556 613 0.25/1.00 vMB 202
241,680 241,680 000000000000005de4c3c511d45f8fc627f33c66e14aeb485d6316da2e483d4f 33 0.02/1.00 vMB 158
241,679 241,679 00000000000000e2d0d853ea3c247e7b4d10d6efaba3d74c7fc20f98e1f4822b 216 0.11/1.00 vMB 138
241,678 241,678 00000000000000a4d62df4ffb9d294d8d2ce4e48a811bce620dcf5c11fe881c0 596 0.23/1.00 vMB 195
241,677 241,677 000000000000007a777d9c57535504bb0ccba8f327496fc1bb4f6f727d775426 29 0.01/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.