Loading Tool

Explorer IconExplorer

Memory Pool

44,086 transactions
27.31 vMB
0.07948366 BTC
Random Selection Loading Transactions
Max Size: 142.61/200 MB

Candidate Block

Mining Attempt 76d5bdcaf94f874d0f97e4bfbbff2ac8a0b9893090ba90dee1ff41772dd40d10
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 6e66ed4eff92ffd9249de20d50782c8f9f56e845adfb29be95884c52b3cf1d3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,398
Size: 1.00 vMB
Total Fees: 0.02645468 BTC
Feerates: 150.77 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (208,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,348 706,348 0000000000000000000007465df2640fca541ee3646a3329d320d5b82bf9d1fe 1,459 0.90/1.00 vMB 6
706,347 706,347 0000000000000000000bd664e4b07117bec5430501c32ecb3d2e12bbdb612262 1,364 1.00/1.00 vMB 8
706,346 706,346 0000000000000000000b963a7942a00d9232b2083f40c03c3986bbf6b9400700 1,752 0.98/1.00 vMB 5
706,345 706,345 00000000000000000002f15321664974828a8a529d7782334717b4eef3413ce7 2,784 1.00/1.00 vMB 11
706,344 706,344 000000000000000000099000bbc7224856a83e16d91675006306544db919fdc4 2,910 1.00/1.00 vMB 11
706,343 706,343 000000000000000000073b5ae74bc13e4702e3ff52145f355bff3c3457b179b5 687 0.27/1.00 vMB 11
706,342 706,342 000000000000000000054d4c26194e16f09fb7a5c5203f9179a69ad37a82152a 1,643 1.00/1.00 vMB 4
706,341 706,341 0000000000000000000d2a09735e73c76bb3dd13736928d743758da2ef52c79a 2,932 1.00/1.00 vMB 10
706,340 706,340 000000000000000000059a329c834aab8fbb9a0dd95598b482a5542acdc046b7 2,907 1.00/1.00 vMB 13
706,339 706,339 00000000000000000007cf20f766aaeb7191ef19a9fc78decdda0dde4a36c335 846 1.00/1.00 vMB 5
706,338 706,338 0000000000000000000c9a39f8f910af53c16cb09f561049cc4a3d1a08722a4c 1,455 1.00/1.00 vMB 3
706,337 706,337 000000000000000000065e3ffbf0d18e379eabf76048931e5aefd58ffb8ee467 2,114 1.00/1.00 vMB 8
706,336 706,336 0000000000000000000abf172d4ba8916c688bdd406b4d58beacb76084c4437b 1,809 1.00/1.00 vMB 2
706,335 706,335 00000000000000000002c85c959ae02e86b8e1033ef56bbf8f3606e7e5717103 1,607 1.00/1.00 vMB 8
706,334 706,334 000000000000000000053b7352dc0982334b5a3c989a35b17ebc682332a44c9a 2,540 1.00/1.00 vMB 10
706,333 706,333 0000000000000000000563c713a14a48212ee924f6f9149b5f8b2f3cd04267ec 2,584 1.00/1.00 vMB 19
706,332 706,332 0000000000000000000dede88a5dfa8d3a2a54fd73003e5774b49a39d7689727 3,401 1.00/1.00 vMB 4
706,331 706,331 000000000000000000049fc96679c2ae8bf4e09e75aff9225bdbebb8ebf01ae7 2,889 1.00/1.00 vMB 17
706,330 706,330 000000000000000000090916af4b31389004e18bc8d617400431a78c94b08ff7 2,809 1.00/1.00 vMB 23
706,329 706,329 00000000000000000009eca09e63bb92d3fce0e20ad281c29bd72f09433c98fb 2,269 0.82/1.00 vMB 18
706,328 706,328 00000000000000000003a4b59a6d620450f46fab16854162a23274a4becb4285 2,551 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.66 GB
    • Received: 14.00 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.