Loading Tool

Explorer IconExplorer

Memory Pool

83,730 transactions
31.53 vMB
0.17150322 BTC
Random Selection Loading Transactions
Max Size: 187.31/200 MB

Candidate Block

Mining Attempt 726bec4dbb3f83283e6b7a93c3d5a5eb36096a0c609923a3e3cd258c11714b93
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 002cba623a50a99b9db5f4334ef1000784ebc13bb62b01f6523022bfcc7cecf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,070
Size: 1.00 vMB
Total Fees: 0.06481188 BTC
Feerates: 269.69 > 6.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (292,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,660 622,660 000000000000000000100e5ae3c5b39389fde6c94321fc0618acb332c04c316b 2,771 1.00/1.00 vMB 65
622,659 622,659 00000000000000000010d4a40f79176cd456a3a2b37d283a205f3582cdc7559b 2,615 1.00/1.00 vMB 74
622,658 622,658 0000000000000000000b401b67207eb1bb17c3c30acd9680c37bfa6501d8ad63 2,306 1.00/1.00 vMB 30
622,657 622,657 0000000000000000000e3c15c00f90611bb998223545407b4d305e75be3e2bd3 2,806 1.00/1.00 vMB 53
622,656 622,656 00000000000000000005cadbce7aa9bfc22a436e29a1354b0a481e465c6f05c4 2,427 1.00/1.00 vMB 40
622,655 622,655 00000000000000000004149d3686f69daad542eab874341a047aa9b218b00a35 3,217 1.00/1.00 vMB 36
622,654 622,654 00000000000000000009d15b486778a2cfd46f59653fd37e5685ea050b3fb654 2,894 1.00/1.00 vMB 51
622,653 622,653 00000000000000000001465cabb38e1cf84ef160a740efc135aecb51eb92bc1a 2,656 1.00/1.00 vMB 39
622,652 622,652 00000000000000000010e044732acac2cb4663fc7013de4e2ca4ba0ad86516f5 2,487 1.00/1.00 vMB 48
622,651 622,651 000000000000000000055d12267f3a82a780055cabe1eccdc216cfa61d2563b8 2,306 1.00/1.00 vMB 75
622,650 622,650 00000000000000000002fbbecc0bddd0a6da8b0441e805249f1efdf139dbdcf5 2,139 1.00/1.00 vMB 59
622,649 622,649 0000000000000000000a477ad0b2c53508f7497c5363c36682216edc005583ae 2,817 1.00/1.00 vMB 81
622,648 622,648 0000000000000000000c436b5ef0bf0bed12ac341c995d74a1527b8469f64017 1,695 1.00/1.00 vMB 58
622,647 622,647 00000000000000000001aee062a09c55dd77012b523fc0b2adae8e1916ff3076 2,213 1.00/1.00 vMB 97
622,646 622,646 00000000000000000010d04168f0bad09523cb7363a5e5c52493fe0c46d8e42f 2,444 1.00/1.00 vMB 41
622,645 622,645 0000000000000000000f4d8480625fb9664c1481fe95d2b869ca89d29c94fdf6 1,961 1.00/1.00 vMB 48
622,644 622,644 0000000000000000000f0f442c821acc23e86cc5d5113069c104422e965fac88 2,864 1.00/1.00 vMB 78
622,643 622,643 0000000000000000000e48b13699cfa4f34a0cd400e6f30dee4cc8544125630f 1,992 1.00/1.00 vMB 87
622,642 622,642 00000000000000000007ab42a0f1c53a855025ae0ad7f70defff6033dbac5ccc 2,832 1.00/1.00 vMB 79
622,641 622,641 0000000000000000000ff8e26a355323eb1a5dff1508ac803cf9e1c70d7e5d86 2,824 1.00/1.00 vMB 63
622,640 622,640 0000000000000000000abf77b01cd982d18c0c1bc5590de868717833a626bb25 2,205 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.