Loading Tool

Explorer IconExplorer

Memory Pool

47,088 transactions
27.91 vMB
0.12937537 BTC
Random Selection Loading Transactions
Max Size: 146.40/200 MB

Candidate Block

Mining Attempt 8f0f2e0f86b1daf095b0fc220c465a7aec2cdb678950682bb9a6a92ba9196da5
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 4b1f69c5d4fe4dec1f56e9305e50ca72af9ea0438ea47aebf63c1d77821cc6f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05819379 BTC
Feerates: 151.01 > 5.83 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (420,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,530 494,530 000000000000000000410aa573a92f03bf3afae7fb1495c01031e3a800333253 1,489 1.00/1.00 vMB 176
494,529 494,529 000000000000000000341fe879e958ecf8252d05215fcda881c118db81e6652f 1,361 1.00/1.00 vMB 97
494,528 494,528 000000000000000000735c17ccfd264298f459bd439ec744058b97c8c5f9fed8 2,362 1.00/1.00 vMB 238
494,527 494,527 0000000000000000009c92a29a18b29126923bedac9bd7a0c01f4ef239d3d419 2,302 1.00/1.00 vMB 565
494,526 494,526 000000000000000000229a9deacb0ed81b54afb92581e9b5b2e25dbd3a8069a2 2,394 1.00/1.00 vMB 347
494,525 494,525 000000000000000000ab218930c89155c32c9fd96786bc6d541970e52cd6c76b 2,376 1.00/1.00 vMB 83
494,524 494,524 00000000000000000013398a6d657dc4e4346658b1e6a33591b62e93dbd4278e 1,091 1.00/1.00 vMB 101
494,523 494,523 00000000000000000089a8d8def5bba9178b9c755d8df4fd95e1c8ca019f0d7e 2,463 1.00/1.00 vMB 479
494,522 494,522 00000000000000000093136c7396a0b5f63cd7a13ac6996bf31139df69299c93 2,195 1.00/1.00 vMB 451
494,521 494,521 0000000000000000008d1ff7650adefeb5a4dabe84834caddd452013692546b8 1,912 1.00/1.00 vMB 216
494,520 494,520 00000000000000000009d4bb9d7a845475215fb6cd458aa99445ebb846e1f989 2,607 1.00/1.00 vMB 329
494,519 494,519 0000000000000000006fdcd6016b0c6e24c87b81a3cd1c2d1466478f97c490bd 2,253 1.00/1.00 vMB 596
494,518 494,518 000000000000000000234f9e88f14c19f314ecca0cf5b22043734bae2d31c96d 2,339 1.00/1.00 vMB 512
494,517 494,517 0000000000000000006e2ae204541e3d8994e8b163aed53260dc87906c70c895 2,929 1.00/1.00 vMB 264
494,516 494,516 000000000000000000107feda04660e9f7de9c47e59f86b3f6ce8acc5f2c667a 1,912 1.00/1.00 vMB 437
494,515 494,515 0000000000000000006d2ed4e844965c11e45a1bdb9292f0e0124ec7eec13349 2,527 1.00/1.00 vMB 577
494,514 494,514 0000000000000000000e273650026d27bf02aeb4ef719f68c0349e41fbd11e6b 1,989 1.00/1.00 vMB 478
494,513 494,513 000000000000000000919cdad40ce0ed885ec1a62dbbea1d5889d0962f982a47 2,075 1.00/1.00 vMB 226
494,512 494,512 000000000000000000437430a1b1b48fa7a88dce5a6e2b5e835a0c76c9231a99 1,250 1.00/1.00 vMB 122
494,511 494,511 0000000000000000009533dfaf29f54509c28f91cc1ff6f797b070ea4420e43f 2,340 1.00/1.00 vMB 415
494,510 494,510 0000000000000000008f38b5144955b2de318aec03fa3b78c9e035294963ea96 1,377 1.00/1.00 vMB 215
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.