Loading Tool

Explorer IconExplorer

Memory Pool

83,449 transactions
31.02 vMB
0.13831515 BTC
Random Selection Loading Transactions
Max Size: 187.12/200 MB

Candidate Block

Mining Attempt 8a13e176edbde6a651f768d30c398d0b7739cf9dcbe4857de18bea01068475d2
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 48f7d4ab4f72def6ec4fcdb0683bac19e9760b19962fee1b2dee3f96942a6643
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,790
Size: 1.00 vMB
Total Fees: 0.07017956 BTC
Feerates: 366.60 > 7.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (455,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,447 459,447 000000000000000000cb328fba708ea64149dbbe386152211c14e57ac458623d 2,628 1.00/1.00 vMB 225
459,446 459,446 000000000000000002417e5088d3589f43170949a2011a26980bf69ef3ecc79e 2,145 1.00/1.00 vMB 198
459,445 459,445 000000000000000001dff685ec70581036ef3ae502f5f8c050dc3b55f017e14c 2,672 1.00/1.00 vMB 228
459,444 459,444 000000000000000001c314f7b99739d7faf3fd05124497e207061452010eac7f 2,275 1.00/1.00 vMB 162
459,443 459,443 0000000000000000016c50ed2fa6bdbf73cd34275457ae21e0ee24fa57f47c1c 1,435 0.99/1.00 vMB 218
459,442 459,442 0000000000000000007b5bf9fbf5a1794bd8a8c52e56f1c0ffdfb90bc2d3fd64 597 1.00/1.00 vMB 120
459,441 459,441 000000000000000001bf253fa6e38ab2de2b86096da70c54a70064ba8c2b567e 1,882 0.99/1.00 vMB 153
459,440 459,440 000000000000000000e0123cde91d126498ab9079144c6fbe4fb0008dc3776cd 1,561 1.00/1.00 vMB 101
459,439 459,439 000000000000000000e2cf33e4cb9a9cab8d6e27c9c872532b00c077d7044c06 1,810 1.00/1.00 vMB 142
459,438 459,438 00000000000000000175bb03bebce4fa14d5be5522745dbcbf918f90d38b0f74 1,834 1.00/1.00 vMB 116
459,437 459,437 000000000000000001de8677459a43c11050d4c962bf653b58bf05f645cff28c 2,211 1.00/1.00 vMB 182
459,436 459,436 0000000000000000013ec3f7c6c5e3cbc81e02905d6ecc3cb1ddbac8adaea07b 2,008 1.00/1.00 vMB 134
459,435 459,435 0000000000000000008ebdd7d848aae2e313d23209b7217270d67c65f2113b7c 2,245 1.00/1.00 vMB 143
459,434 459,434 000000000000000001d86a7f783244f60048fe59a5f906afa204cee5c3a4d75d 1,999 1.00/1.00 vMB 186
459,433 459,433 00000000000000000099c89f6666ef77a460935d9d89814418ee78a98ec831c8 2,104 1.00/1.00 vMB 168
459,432 459,432 0000000000000000011782b00e230e93b84eae763d6147bf04172ffe65da5c9d 1,079 1.00/1.00 vMB 106
459,431 459,431 000000000000000000c7bc486ebf03adbb3d14807cb1fd46b24da780578941f6 1,109 1.00/1.00 vMB 110
459,430 459,430 000000000000000001f2b011813fff79f3686c9f52f3751a4a983e35e4051d67 2,274 1.00/1.00 vMB 129
459,429 459,429 000000000000000000af881d74b7cefc51787ea8bd258c11301fa283ba196a9d 2,648 1.00/1.00 vMB 195
459,428 459,428 000000000000000000739006e69ecded7744add8a6dac2f8b1e7a53678245b4a 1,797 1.00/1.00 vMB 127
459,427 459,427 000000000000000000b33e16d2a5f7bcac9d607c535825e3057baa8a23062f4c 2,438 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.