Loading Tool

Explorer IconExplorer

Memory Pool

39,176 transactions
28.55 vMB
0.06279008 BTC
Random Selection Loading Transactions
Max Size: 144.94/200 MB

Candidate Block

Mining Attempt a39cebbbf420db044adcf47972544fcbe31b6cd2d5ab9d44f0045af14aabc91c
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 4bc0594f56eb36b751724467e8db57ad499d9040d5bde2a58f23f826114ded70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,692
Size: 1.00 vMB
Total Fees: 0.00772167 BTC
Feerates: 50.27 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (444,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,806 469,806 00000000000000000038dbb6fb3658db76c36f822e8b42d60c12ac4a2c14e8aa 1,266 1.00/1.00 vMB 178
469,805 469,805 0000000000000000006e46192aae32734365c0179e820c3d736a57a31fb12628 1,909 1.00/1.00 vMB 260
469,804 469,804 000000000000000000210f3108b9395c48d8a59d53488552baa8427e3509b7e8 903 1.00/1.00 vMB 145
469,803 469,803 0000000000000000004cc988273bb885ba3b0f73be40edf2c73f3408c86a6421 217 0.09/1.00 vMB 116
469,802 469,802 00000000000000000059c1acada262cb92208ffc1d388ba5a3f125d8f310a672 2,278 1.00/1.00 vMB 311
469,801 469,801 000000000000000000cea9a1fa73edbb4f42f6f264b951662621fe76f0308901 52 1.00/1.00 vMB 52
469,800 469,800 000000000000000000fe8cfd8b1ca320d15e91eea14d9fdfca801246b64443ad 874 1.00/1.00 vMB 133
469,799 469,799 000000000000000000a4ca72fd622a16ec8647d5e9018867091567aa5c28f327 90 1.00/1.00 vMB 56
469,798 469,798 0000000000000000006e5b9fe480b31e2851110857bbbc1e6621af67f9317e4e 47 1.00/1.00 vMB 52
469,797 469,797 000000000000000000b34cc8f088b1d79004dca13d425a9635e720d4530cdf03 1,408 1.00/1.00 vMB 157
469,796 469,796 0000000000000000013f08a244d3f2e4a47ce278d6fb1a058d8640d289c7493f 1,806 1.00/1.00 vMB 157
469,795 469,795 00000000000000000194a121746fe0f44aa4c8d0a8be617090b5a06f13af3807 2,066 1.00/1.00 vMB 436
469,794 469,794 000000000000000000276e5c146d064699478d9c7e4d738d75b365ddc38e74dd 2,091 1.00/1.00 vMB 227
469,793 469,793 00000000000000000130960d787199a7a6ecbf73b6080ebcde2112317ac81d17 2,341 1.00/1.00 vMB 357
469,792 469,792 000000000000000000ef5d8b513bbb3c6d7805d5d103d8b62ce9ee6b3b334415 2,231 1.00/1.00 vMB 369
469,791 469,791 0000000000000000005f57dac3fd4fb9aa7ac7a67a1d1e3c1cc87ac8a37ae8ac 1,710 1.00/1.00 vMB 324
469,790 469,790 00000000000000000049c16a813149c6275255888c8cb63151586f201d74dc0e 2,256 1.00/1.00 vMB 294
469,789 469,789 00000000000000000164076c6157ded78fbe765ad9ba7488c93d567d660b4948 569 1.00/1.00 vMB 137
469,788 469,788 000000000000000000a5758fb6c4dea764dc6543d25e66927ee0e645a706b07c 1,198 1.00/1.00 vMB 279
469,787 469,787 00000000000000000144f2bd6f1470e3509a6f2bb41f4e3c4c208844d475e215 191 1.00/1.00 vMB 81
469,786 469,786 000000000000000000ce16fcc1229c46e274c8e1d005ea6b999de83d4db80f43 353 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.64 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: 626.29 GB
    • Received: 11.62 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.