Loading Tool

Explorer IconExplorer

Memory Pool

39,765 transactions
27.11 vMB
0.05621095 BTC
Random Selection Loading Transactions
Max Size: 141.67/200 MB

Candidate Block

Mining Attempt 9d3a3eb9a17570cf0fac4c9eca538b00825083595044067aea6d7a78cc0fb117
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root b399783158de255171f527e422d446410c667f4c78d4d3306e695a2f74f5d48a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,334
Size: 1.00 vMB
Total Fees: 0.00595449 BTC
Feerates: 69.10 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (407,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,553 507,553 00000000000000000049427d4b9ed490adc8da8d748c86ca8c0b2d1373634305 128 1.00/1.00 vMB 4
507,552 507,552 00000000000000000068801dfd352081b7406f55d0e5cc16c2aea2deff23d452 1,162 1.00/1.00 vMB 58
507,551 507,551 00000000000000000016b278e65dc679f48c18c69088eaf406e649c03c2c4643 1,200 1.00/1.00 vMB 67
507,550 507,550 0000000000000000000af91153542f420047d3ccd7abcb0482b905edac1e3867 579 0.26/1.00 vMB 143
507,549 507,549 00000000000000000051900c73e56d81ea3f20d7d97a3e21ae564b237adefc9b 773 1.00/1.00 vMB 45
507,548 507,548 00000000000000000005dbc5a2b71f0173e27e9ea3df4eb3d7d7d9667f134511 976 1.00/1.00 vMB 47
507,547 507,547 0000000000000000002590ee1c6000ba69e152444ba058107c2250758a5d6ba3 92 1.00/1.00 vMB 9
507,546 507,546 000000000000000000184c06f7ede615688c968d099e4fe63742d6ef47c6ee3a 555 1.00/1.00 vMB 27
507,545 507,545 000000000000000000216d172b87eafd6d4afcf84c8df597a8d8291f59f91ec3 390 1.00/1.00 vMB 22
507,544 507,544 00000000000000000036eb5b7f0ba86f20d8741751e6122bb73e5bb1c1a7df41 1,243 1.00/1.00 vMB 79
507,543 507,543 0000000000000000004f12e185e28a42d0bdb133c4662ec7e1bb0c7e383fd64f 1,218 1.00/1.00 vMB 61
507,542 507,542 0000000000000000004592e4be718084f629bbb3863034ff5ee9c5d71bd0345a 983 1.00/1.00 vMB 54
507,541 507,541 0000000000000000000936f72e38d20372be53a75f46a9b58465c3da703f1b48 642 1.00/1.00 vMB 27
507,540 507,540 000000000000000000343d10a7f247d8a7c6d511a283cb236f4d9774b5ef69dc 2,097 1.00/1.00 vMB 73
507,539 507,539 0000000000000000000dec30b9dc8b0ecbf38e3c7289450a3587197c012a5e1e 2,360 1.00/1.00 vMB 140
507,538 507,538 000000000000000000250e66d0dfe373fed28af73df23fa8fe191320b401e945 2,841 1.00/1.00 vMB 167
507,537 507,537 0000000000000000000ead92e799fe7c64d1ae2e9094b92206805b3c3d555982 292 1.00/1.00 vMB 11
507,536 507,536 0000000000000000005142b9b140a32e7b3ea487841ea500ff4f02cb43f9a0ec 325 1.00/1.00 vMB 15
507,535 507,535 0000000000000000005742eb5a8b5eeba57d6c3822b4a29efc07b5bfa8455b66 378 1.00/1.00 vMB 13
507,534 507,534 00000000000000000050c2e62a731085c6d6996921ce1a57b0fdcb2180a57932 1,505 1.00/1.00 vMB 81
507,533 507,533 000000000000000000171795b1fc5ba6593608913ba6cb84e7033ad1a3d22845 372 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.15 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.93 GB
    • Received: 13.81 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.