Loading Tool

Explorer IconExplorer

Memory Pool

45,466 transactions
28.88 vMB
0.12822594 BTC
Random Selection Loading Transactions
Max Size: 150.69/200 MB

Candidate Block

Mining Attempt 3fa40a54910dab00453a74817e4b4f0662332840cebde793a81e61e17993ac13
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root 66e9d8aee5aa22970ee443320f494257cceca873ce60be663c406a0c529950e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.03979891 BTC
Feerates: 201.13 > 3.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (439,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,570 475,570 000000000000000001598f7fbfcbac46cec0b925681d3ad7f73462e7fdd8fa0f 223 0.09/1.00 vMB 117
475,569 475,569 00000000000000000071ccc50dfd91e99ee7b50d44f0c230ee3fbee9e3dff556 1,896 1.00/1.00 vMB 134
475,568 475,568 00000000000000000075eaeb96b6a1b0990939468f58045b61da5ae6545cbe29 2,259 1.00/1.00 vMB 235
475,567 475,567 000000000000000000bb18ce4c87d26af212c271fe5a04ca4449c293017fab14 1,625 1.00/1.00 vMB 195
475,566 475,566 0000000000000000014bbe2c107cf7c24812e19bc83ba90c97a8e8dee0828cf0 505 0.30/1.00 vMB 214
475,565 475,565 000000000000000001195a63976d39e8c082fa36c3ee36833b8f2481896e1eb3 2,061 1.00/1.00 vMB 58
475,564 475,564 00000000000000000156603a55ff488c86929bb738ecc1fd904d232271fbccf0 2,219 1.00/1.00 vMB 169
475,563 475,563 00000000000000000087f281cdaf02cc4ab27f4b7601b69a9a53a633338c61a1 1,983 1.00/1.00 vMB 211
475,562 475,562 0000000000000000005c8477f8f432e17d73fe6d596055ac78e0e4c9dab44c64 1,857 1.00/1.00 vMB 305
475,561 475,561 000000000000000000558f7bf062a232f5dbb8427af5955764c5ecfc5a5294fa 1,228 1.00/1.00 vMB 97
475,560 475,560 000000000000000000daec4289389d7778bd0326a3d04dea7c5e526bdeb085c0 1,598 1.00/1.00 vMB 65
475,559 475,559 0000000000000000001a793279ef9393fc6736d205eaa46dcb38bab1712eed77 2,376 1.00/1.00 vMB 215
475,558 475,558 000000000000000000aa08a5b878cb94c69dde35d4eca7302b24b4d6b18b8989 1,927 1.00/1.00 vMB 140
475,557 475,557 00000000000000000066236cbd76eebd3a262de7b815505bee69fe2855b27636 1,572 1.00/1.00 vMB 281
475,556 475,556 00000000000000000093f02cd828fb9283978850f450213711391aa65524eff6 391 1.00/1.00 vMB 35
475,555 475,555 0000000000000000005d2a6f80a9e0190b94020d2394b0b2d69936a59e60a0a3 1,488 1.00/1.00 vMB 123
475,554 475,554 00000000000000000182d15b62afd06d46e1dc393fc9fb9d892fff76b71704f3 1,373 1.00/1.00 vMB 61
475,553 475,553 000000000000000001123a07620de73d31016cbb5b0de91c6eab21771643b2a3 1,777 1.00/1.00 vMB 50
475,552 475,552 00000000000000000177df13e399afa32560eb0f0e0e21a07fcf1f5b45c9d735 1,703 1.00/1.00 vMB 101
475,551 475,551 000000000000000000f1202d9b99b08bcb1be0118970fa26765aa5eaad637f87 1,927 1.00/1.00 vMB 124
475,550 475,550 000000000000000001622e4d1d213a2de83e45dd262a0793d195e6c1d44d8d65 1,852 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.