Loading Tool

Explorer IconExplorer

Memory Pool

55,203 transactions
32.46 vMB
0.23519228 BTC
Random Selection Loading Transactions
Max Size: 174.09/200 MB

Candidate Block

Mining Attempt da9372e101f22e1162b12d7800d07e15953a67439b56f8c37230d892dee77d65
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root cd939412867b4ac0fab4cc858c8fb5947438151e0002e02b23d1fc4b13d61807
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,908
Size: 1.00 vMB
Total Fees: 0.12396270 BTC
Feerates: 101.66 > 12.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (240,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,267 674,267 000000000000000000034ee1a6718ffbb353eef1f8382ffea23e805295cca020 2,157 1.00/1.00 vMB 101
674,266 674,266 000000000000000000065c47bee790618fb6a9eab4ff1df0dd89355bee7abb27 3,072 1.00/1.00 vMB 95
674,265 674,265 0000000000000000000cf3b9d5050c4d203b2e8d9948d5e7bf8c7da2332c2eb7 3,197 1.00/1.00 vMB 101
674,264 674,264 0000000000000000000af09afa1fcb77b19bc0aed144e7b93f3fdfba0f99b14d 2,047 1.00/1.00 vMB 104
674,263 674,263 0000000000000000000a421432ab2bb4b15385ed1be899811bdc9999c6e20757 1,767 1.00/1.00 vMB 102
674,262 674,262 00000000000000000005d0d99c76b00decc40122e41f2e4e0710030e30dd3ba8 2,205 1.00/1.00 vMB 104
674,261 674,261 00000000000000000005fad7b5415e071b83fe14759281a42ae20bf26829cedb 2,019 1.00/1.00 vMB 100
674,260 674,260 00000000000000000000cb00a1aa193bacf0e023c776407442c0bfc7c12e495f 2,769 1.00/1.00 vMB 117
674,259 674,259 0000000000000000000b4cfb89fefdca0f9cb5fa4215f55649e6a96b60f14e2b 2,092 1.00/1.00 vMB 27
674,258 674,258 0000000000000000000aafab5d300b8e6b73fb650bfeca7b242d61793ac9869d 2,170 1.00/1.00 vMB 55
674,257 674,257 00000000000000000001b28e7799cb2109abdda978dde3e3843bdbcf27a4721d 2,348 1.00/1.00 vMB 92
674,256 674,256 000000000000000000022bf63570c2c120982a36fa23c147fe94f4630333a243 1,954 1.00/1.00 vMB 36
674,255 674,255 000000000000000000003a3b6f2a56eb7b0c00b3be4677eb10dd4bc0ddc5f807 1,481 1.00/1.00 vMB 46
674,254 674,254 00000000000000000003769d605ce95e77b350a0c7c9759e0936ab48f7ad2a1b 1,455 1.00/1.00 vMB 19
674,253 674,253 000000000000000000086895f5b2c62c3439514d15c2400a3958397b25822a6f 2,687 1.00/1.00 vMB 77
674,252 674,252 000000000000000000073d5b2ec2c8b321278b3be9c24a77b2efb788fa3204d7 1,705 1.00/1.00 vMB 32
674,251 674,251 0000000000000000000363d2e1a3e9cdff56ca60ab770f7ba842ed4431998920 1,572 1.00/1.00 vMB 18
674,250 674,250 0000000000000000000622e489284ef9727785d191423d4a4a122b02eda4ba2f 2,273 1.00/1.00 vMB 67
674,249 674,249 00000000000000000000544a8fc26805e570dbc4ac11dcf2e96e546b7cb8bd64 1,695 1.00/1.00 vMB 40
674,248 674,248 0000000000000000000220091dd453ab541b192ec0e3f53b6a25eba869cf62fe 2,044 1.00/1.00 vMB 48
674,247 674,247 000000000000000000083c2ad432ff4825cf158d4c350bece93b48828bffb93f 1,404 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.