Loading Tool

Explorer IconExplorer

Memory Pool

79,182 transactions
29.37 vMB
0.12480362 BTC
Random Selection Loading Transactions
Max Size: 176.84/200 MB

Candidate Block

Mining Attempt 1d4fc9d8dad390261086a3605a96a4d0d2898adb6d65ce1c020fd4ff4d86cf54
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 59ba473f126fffee063f09128f1e0324b678692240b79bfa86346c80f6662b94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,351
Size: 1.00 vMB
Total Fees: 0.04517493 BTC
Feerates: 150.80 > 4.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (107,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,452 807,452 0000000000000000000076d6ba131ea8181fccd09f3452f07d321c8e4f4b2259 2,509 1.00/1.00 vMB 23
807,451 807,451 00000000000000000004f73bfa73175ea5412ca46040df9bea6396a71675849c 3,222 1.00/1.00 vMB 30
807,450 807,450 00000000000000000001a4836d61f963e010bda17493e7f657b63d292c81e1e8 2,439 1.00/1.00 vMB 16
807,449 807,449 000000000000000000040c94636d6355e9a891f28006060ca115cc49a7bcfd0d 2,212 1.00/1.00 vMB 22
807,448 807,448 00000000000000000004e9e24bb7b678db9d4510f68ee931ba36b612d7c05f6e 2,781 1.00/1.00 vMB 24
807,447 807,447 0000000000000000000495bac1909a2410cabfb506c25e080d81d6e302595158 3,510 1.00/1.00 vMB 35
807,446 807,446 000000000000000000010b94a8ba69e15cc31561eebffbdebd2b014a5fb21b49 5,183 1.00/1.00 vMB 13
807,445 807,445 00000000000000000001acec981110faad457f22c2dac7452e94fdcc60abe873 3,145 1.00/1.00 vMB 27
807,444 807,444 000000000000000000040fb84e95d14e41f645924599486e61b0986e2fe3939a 2,726 1.00/1.00 vMB 26
807,443 807,443 000000000000000000005bb2b94545a5d9040bac3f3b76df366f655f1e092ff1 2,419 1.00/1.00 vMB 24
807,442 807,442 00000000000000000000e61d65059973b02405541b4e43db4086bd79390ad4bc 5,100 1.00/1.00 vMB 16
807,441 807,441 000000000000000000045b0bd46c84ef1ea3c7b8895ee5f24126c4abdaf12ac4 1,874 1.00/1.00 vMB 23
807,440 807,440 00000000000000000001bdbdf013b8e934e8425e441921736653cb552153e4b4 2,999 1.00/1.00 vMB 20
807,439 807,439 00000000000000000004cc720e562d0cf44ec2226f8578192a4a3d9cd73f0ce2 2,366 1.00/1.00 vMB 16
807,438 807,438 000000000000000000028fd7f4ba4a4d4321fdcd641fff16449501d990d9d700 1,926 1.00/1.00 vMB 21
807,437 807,437 00000000000000000002aead9f9e2d4cbaab3e08ca51d0e43ce822b49359c168 2,971 1.00/1.00 vMB 27
807,436 807,436 000000000000000000039c02da26fa7885fd7187950ce79c86c7fba88a3a91ef 4,658 1.00/1.00 vMB 16
807,435 807,435 000000000000000000017e98a24b6b23cb5c550286ab2372937813bf4decb58b 3,331 1.00/1.00 vMB 18
807,434 807,434 00000000000000000000ff5790be13e9ad8b4623399b1bb5b9143cb021e1a8a1 4,840 1.00/1.00 vMB 17
807,433 807,433 00000000000000000003d3c1f038d700ca5aaf880cf0d53627c342c2fdadf064 5,268 1.00/1.00 vMB 12
807,432 807,432 00000000000000000004533a0c5a2a5de6124c69fab2ac96e50b291768905eee 5,873 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.