Loading Tool

Explorer IconExplorer

Memory Pool

23,812 transactions
11.39 vMB
0.03234159 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.57/200 MB

Candidate Block

Mining Attempt 39af37e463d65ae7e65e7786d81395610dfc012ac77f74c35fd4dcdba9b30987
Version 20000000
Previous Block 00000000000000000000ef38f53b488e99aa85684cf9acc49971283f7e24b17c
Merkle Root 27a15f6746fc6dbb12b71d67ac772ff6767d5a32e7ca3e8e40f057a55040d8d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,470
Size: 0.997952 1.00 vMB
Total Fees: 0.01364974 BTC
Feerates: 101.24 > 1.37 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,635 (186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,449 913,449 000000000000000000015e0d39ed218f17656b9c68068e20fc4f24fd05959a8f 2,651 0.74/1.00 vMB 5
913,448 913,448 000000000000000000008a32030f18bfbcf56f9bc4b6582f27818e6d2a5ec937 1,352 0.42/1.00 vMB 4
913,447 913,447 000000000000000000005154d1d4ca737b24005588c846e9daad0497d8002fac 2,539 1.00/1.00 vMB 0
913,446 913,446 00000000000000000000dbf0452f4a1cf39f2a192031068182b97b884588aae2 3,045 1.00/1.00 vMB 1
913,445 913,445 00000000000000000000d8d659ab2b0e7215f3f86c21b0be7b7c9854e198972c 4,009 1.00/1.00 vMB 6
913,444 913,444 000000000000000000019a74437fb1662fa4dc257018890a4a16e726d5f8082e 4,042 1.00/1.00 vMB 0
913,443 913,443 00000000000000000000f911c6e77bc2ff95bdd35818117415ca71ec1437ae1b 4,039 1.00/1.00 vMB 2
913,442 913,442 000000000000000000003e759a1225e40c86bd401caf3574c16364633de89ba8 3,702 1.00/1.00 vMB 2
913,441 913,441 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4 2,529 0.72/1.00 vMB 2
913,440 913,440 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a 2,556 1.00/1.00 vMB 0
913,439 913,439 00000000000000000000c699c68edafe19ae20d6f8e38d6ee02235cce2441d34 1,015 0.26/1.00 vMB 2
913,438 913,438 0000000000000000000077a8e4484c4483f5d5f875c5b70ac5aad6700d6b4d8a 3,985 1.00/1.00 vMB 5
913,437 913,437 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d 15 0.00/1.00 vMB 2
913,436 913,436 000000000000000000001d8328846724fc1d03281da1ee820cc9c14d6e52b793 3,960 1.00/1.00 vMB 0
913,435 913,435 0000000000000000000067c8508fe6b80afea4c7f99baeb8d7695238dabe07f2 3,733 1.00/1.00 vMB 1
913,434 913,434 00000000000000000000e255f39b36bc3b8e5ed2c12a39f540812e3234d87414 3,037 0.69/1.00 vMB 1
913,433 913,433 000000000000000000011760e0a3cdf589c16284ec888372c4e68dc06ff7fe33 4,411 1.00/1.00 vMB 1
913,432 913,432 000000000000000000011207d815dcab53014ede61d467451b27e34c6dbb1c7f 598 0.15/1.00 vMB 1
913,431 913,431 000000000000000000017a179831ce0b4f373b9bcea4f42ab5e521bee465d57c 2,544 1.00/1.00 vMB 1
913,430 913,430 0000000000000000000024123ea6cd53efcf4a62a078a298ec938b50bfa174b8 3,723 1.00/1.00 vMB 11
913,429 913,429 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec 3,749 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 779.97 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: 469.67 GB
    • Received: 2.93 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.