Loading Tool

Explorer IconExplorer

Memory Pool

83,169 transactions
30.86 vMB
0.09091415 BTC
Random Selection Loading Transactions
Max Size: 186.23/200 MB

Candidate Block

Mining Attempt 4fe3ec6d11d55af0f9f1602cfd512cc0409c4b02f11dbad8fa21fb8d5c00a4f8
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 878ca7c00ac245c385426ffc5e90668615494d81a81d0a3be3d8d6713b805cf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,619
Size: 1.00 vMB
Total Fees: 0.02439238 BTC
Feerates: 366.60 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (330,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,514 584,514 0000000000000000001ea205105de0a73a7d94f0595b25e8701ad9402d1092d8 2,113 1.00/1.00 vMB 30
584,513 584,513 00000000000000000016603b8caf8820b06d8e050a45e55901fbf7ca59fe8c77 2,852 1.00/1.00 vMB 39
584,512 584,512 0000000000000000001bf80053da531ad083a3dbe532f04877d6cba0cb09de25 1 0.00/1.00 vMB 0
584,511 584,511 00000000000000000019f1dfae6ac323fb17447a659ced17739f11eeaa7e1551 1,541 1.00/1.00 vMB 53
584,510 584,510 0000000000000000000c9d7d3d03bf39529e0d5d93bed43782812b2e775d053b 1,333 1.00/1.00 vMB 41
584,509 584,509 00000000000000000012c7199bce2c5e803fa52b1c03d7fed731f43fbb406f99 2,599 1.00/1.00 vMB 50
584,508 584,508 0000000000000000001fab44036c4d5cccca84a65c5c1a5b896b1d1271bb503f 2,121 1.00/1.00 vMB 56
584,507 584,507 0000000000000000000a7e152d39a51893a719e76eeb994a7c36dfb355179429 3,042 1.00/1.00 vMB 74
584,506 584,506 0000000000000000000f9fc5a34b8a21b8b0014575059e1e6137c77d1a880d7a 3,073 1.00/1.00 vMB 79
584,505 584,505 00000000000000000016ed99cbac86d46186700da18880f53c5e66edd866f997 2,643 1.00/1.00 vMB 56
584,504 584,504 00000000000000000001c2bc7e7a9043769574f63c1ca575e66bedf4d4926ea2 2,641 1.00/1.00 vMB 74
584,503 584,503 00000000000000000022a44138671a69f420d99cf3ce9e5c5a2fe47832c766eb 1,467 1.00/1.00 vMB 52
584,502 584,502 00000000000000000005c7ef24b9a0276eb7dd57abcdc808ebee028e8f04068e 1 0.00/1.00 vMB 0
584,501 584,501 0000000000000000001966a87414a415aa954c32779437e7aea35f5f9a03487e 888 1.00/1.00 vMB 47
584,500 584,500 0000000000000000001b34dc6a1e86083f95500b096231436e9b25cbdd0075c4 2,074 1.00/1.00 vMB 55
584,499 584,499 0000000000000000001466807bd6602037ff7e2c61c0323631734e2a7cd0cdaf 1,416 1.00/1.00 vMB 49
584,498 584,498 0000000000000000001b351184e8946e32f39a5c6b2f793903fa6ee88ea95f19 3,479 1.00/1.00 vMB 87
584,497 584,497 000000000000000000039cd1c8af16dec1954cf92d940e98278a5ab7616b8fac 1,458 1.00/1.00 vMB 46
584,496 584,496 000000000000000000042e9d39181ec4e75695c5e05604440f79e0b35b713a4b 2,839 1.00/1.00 vMB 54
584,495 584,495 0000000000000000000d17c9302b85b5a974e00c029d8e81b8c86110020786dc 2,490 1.00/1.00 vMB 82
584,494 584,494 0000000000000000000a877c7b7a40de34c15767a64f553aa58529f7ae5b302c 2,679 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.