Loading Tool

Explorer IconExplorer

Memory Pool

43,549 transactions
27.00 vMB
0.05593241 BTC
Random Selection Loading Transactions
Max Size: 142.39/200 MB

Candidate Block

Mining Attempt 6b24327bad5c92bf09104aac41f23dc7b9be86d4fa0bc9811009a84440db6d99
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 2a047f6b723af677d03e235f91e902a4ab26c0f64ef526fa184148a7ed230850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,086
Size: 1.00 vMB
Total Fees: 0.00576793 BTC
Feerates: 40.21 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (292,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,915 621,915 0000000000000000000067b07a2326afa2d3c11b03752d85402dada3185a9c8b 996 1.00/1.00 vMB 10
621,914 621,914 0000000000000000000ec16aa57789b788de41015c2748b2e096d5ebfed44933 2,421 1.00/1.00 vMB 54
621,913 621,913 00000000000000000003174e6a88fc4476ce04bc39c9cc1caaa4dc855ba6d7e2 1,280 1.00/1.00 vMB 9
621,912 621,912 0000000000000000000271b7e8e86ab85bd6bc814dc6c55a24584d430827267f 2,869 1.00/1.00 vMB 65
621,911 621,911 00000000000000000006d36c910a9f4d450adaec3cfd19b56c3c6cf3a3cf3565 2,134 1.00/1.00 vMB 11
621,910 621,910 00000000000000000009900fb01ba0844514df1497b3e8faea195f3c265633d9 2,175 1.00/1.00 vMB 44
621,909 621,909 000000000000000000003cf277c04a57f64dfa988d106f83c3e9d42b2f14ef2c 1,550 1.00/1.00 vMB 14
621,908 621,908 0000000000000000000bb2f780972f0340120b90dba1b3c764950bb45b00b5ba 1,218 1.00/1.00 vMB 14
621,907 621,907 0000000000000000000de6097e5d1d909ed477aa509d9ad1befe1242ad760f3d 2,491 1.00/1.00 vMB 26
621,906 621,906 0000000000000000000de5147eb16a2240b00bdb7ae6ec40b52399ced9963b47 2,503 1.00/1.00 vMB 26
621,905 621,905 0000000000000000000722de609c8f52c951d356aab3469a8ff3bd3e50b9b998 2,595 1.00/1.00 vMB 59
621,904 621,904 00000000000000000007ff4b3cee0162f45eb78d80746253d1edd98277db5764 2,057 1.00/1.00 vMB 45
621,903 621,903 0000000000000000000c89b3efbda4079db89755a2d18736d72f3d16ec1e25d7 1,547 1.00/1.00 vMB 23
621,902 621,902 00000000000000000000f2d4a7cc160bf2723b4518637e24e1eb3ab57d229343 2,517 1.00/1.00 vMB 57
621,901 621,901 000000000000000000094fb0abab8b48b09943ce308f406780815809680c7f0f 1,437 1.00/1.00 vMB 27
621,900 621,900 0000000000000000000a677399f2efb8573ece362a8c19ea98b477b836397ad5 2,053 1.00/1.00 vMB 38
621,899 621,899 0000000000000000000d675e3b3eb6b70745a8f2aaccf5aa847d5754df5f5dc4 3,050 1.00/1.00 vMB 34
621,898 621,898 0000000000000000000bb5efb50771aeb503c8dab0bb0b482a6e35b0a322c644 2,554 1.00/1.00 vMB 42
621,897 621,897 000000000000000000039eccbd9fb5da94c3a8efe34fa6fc8cc207e2b69fcda6 2,472 1.00/1.00 vMB 37
621,896 621,896 000000000000000000017ca714c89afbe456e20484c2695dfb4932474b005317 2,252 1.00/1.00 vMB 48
621,895 621,895 0000000000000000000ab50ae1e50d3fed24b0c409717f253dffecdc27f9fd67 2,678 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.