Loading Tool

Explorer IconExplorer

Memory Pool

22,470 transactions
4.98 vMB
0.02026267 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.09/200 MB

Candidate Block

Mining Attempt 85d1f558464583d89796623000505fd970948f20098d24fef12b6d265b91b70e
Version 20000000
Previous Block 000000000000000000021b497c4d33434100d408d0a7151ec3263bb19986820f
Merkle Root f0f36387ce3f88005f3c68287084c23a54f7678de193fd406e2724a8c875794c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 791
Size: 0.30 vMB
Total Fees: 0.00797965 BTC
Avg Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,122 (768,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,689 144,689 00000000000008f3453ac7464de5ceb10a4f570f0828518d02327679a11d93e4 0.00 MB 6 720
144,688 144,688 00000000000000b01174958acf4eef09e9ccd007e113b2129f9d83412d0be145 0.04 MB 73 166
144,687 144,687 00000000000002fe291d0184d7a71339b7a94dba0634eb0c4a73b0c7d700d34a 0.03 MB 101 159
144,686 144,686 000000000000026e8cf426c92b970e54a5554b8b5ef617adcb321b959716d9e8 0.03 MB 49 188
144,685 144,685 00000000000005a15dd0eb1cbd75fac454921c220a4ee2d3c73c5f6c400edcf8 0.04 MB 91 224
144,684 144,684 0000000000000151c9fd06af3c9d450349cc22c1cbd1017887050f1b933d177a 0.00 MB 1 0
144,683 144,683 00000000000004966042971a9a3be54c89f73d3b82fc1eddfad2991f0631763b 0.01 MB 22 397
144,682 144,682 000000000000015baccb6be364894a9cb17899787e22411ac8575cf97c34c4ee 0.02 MB 36 162
144,681 144,681 0000000000000798a56a639483dbb3cfb36df08282de6aa9255961ff00d5a7f0 0.03 MB 88 17
144,680 144,680 0000000000000739e7f04885b659458813ecaba5d93ddbfb43d27787c0aeb007 0.01 MB 25 296
144,679 144,679 0000000000000010846482591a6a0372cc2ed00860e38019283842f32a6497f0 0.03 MB 93 299
144,678 144,678 0000000000000536a15522ffbe46e167b02ce311e1630ffd6597b875d593ccc1 0.03 MB 81 370
144,677 144,677 00000000000000f993d2fd712906ff1a5f79125d12f2832aa0616de1d4949e6e 0.02 MB 23 111
144,676 144,676 0000000000000133ae19be241fc84f04e4be859eddba97b090c7f657f2c8c205 0.01 MB 15 31
144,675 144,675 00000000000007a3a0bcab36ce645375bbe01b85bb5460c3568358039490d5e7 0.00 MB 1 0
144,674 144,674 000000000000064b7077f716b1b928e5ea350712d578f95cbbc390d0b5c73591 0.00 MB 10 121
144,673 144,673 000000000000090cc8876785489c2f97b00c95efe95f0115ede11904c43f09e8 0.00 MB 7 26
144,672 144,672 000000000000091c64290bef3762c55d9b18d85623855db0f46c51a3fe099241 0.03 MB 49 91
144,671 144,671 000000000000001f97e45978fde704fb5a3707ce6f32db8b7343fc4b1307f780 0.02 MB 37 62
144,670 144,670 000000000000074019433bd19c581dca20fcae5e7525e63d0eff126204416c43 0.04 MB 95 231
144,669 144,669 00000000000002d170d245ec7b7fc9ca902d39fff7436754e72cc3bc46143d64 0.02 MB 40 212
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

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