Loading Tool

Explorer IconExplorer

Memory Pool

78,122 transactions
29.34 vMB
0.06441589 BTC
Random Selection Loading Transactions
Max Size: 176.24/200 MB

Candidate Block

Mining Attempt 7da5d035757872766d0f661c0a5260c6a560cfdef3e251b978fba894e711f866
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 8a6fb40b238e1fcff1afd9b8924f4b4d52348748582efb998b7e752b7801d4b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,893
Size: 1.00 vMB
Total Fees: 0.00492691 BTC
Feerates: 18.31 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (257,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,495 657,495 00000000000000000000c1dd1044a24065f9fb5f9cc68af0048c2fed8c7d7493 2,507 1.00/1.00 vMB 36
657,494 657,494 000000000000000000026743b19de5cd18e77c43a4a26b5f6f7ec25e5179c963 2,500 1.00/1.00 vMB 58
657,493 657,493 00000000000000000001cbff82cdddca351c2f65888603a5d53ba09215e58165 2,304 1.00/1.00 vMB 39
657,492 657,492 0000000000000000000e9e608df78f345fc03e7962f1eae3f284c080b2db0179 2,468 1.00/1.00 vMB 71
657,491 657,491 000000000000000000098f8a3dc4088c02ea2cb4cdf6dc838dd488be284cbea3 1,172 1.00/1.00 vMB 80
657,490 657,490 0000000000000000000200896a3a2a8dd761e762b5f21ded4be5784c4e85f746 1,978 1.00/1.00 vMB 70
657,489 657,489 0000000000000000000ba14f4c8389e2568309a60b0e527d55a55ec74b01658d 2,120 1.00/1.00 vMB 60
657,488 657,488 000000000000000000059ccad17c1393701801484d56bc14a96b6768f59831ef 2,232 1.00/1.00 vMB 48
657,487 657,487 000000000000000000041d476b060365575be04acea06ea2b3ca2aad808c7faa 2,699 1.00/1.00 vMB 93
657,486 657,486 0000000000000000000ed304f0668ab2039188f273794be8020d1bd28b1b65c5 2,363 1.00/1.00 vMB 105
657,485 657,485 00000000000000000006b135e8038d7bb9922c04fd897ec72fd81479ba4d8458 2,200 1.00/1.00 vMB 10
657,484 657,484 00000000000000000003bd7d42b73755b1557a1442d97e87bc01f39d0cfe51c6 2,178 1.00/1.00 vMB 55
657,483 657,483 00000000000000000003451e7e4aff6f7852310283da3c433df52c7f48c3d1a8 2,532 1.00/1.00 vMB 90
657,482 657,482 0000000000000000000c7cd584b363bc39a4cdb4fb68c201864d3348b83a8e61 1,929 1.00/1.00 vMB 38
657,481 657,481 0000000000000000000f752131ee914475abd093425ae94b306e577569094ef9 2,269 1.00/1.00 vMB 38
657,480 657,480 0000000000000000000bc871e163bbb52936ad03befbf269f920710cd0f0cd6c 2,335 1.00/1.00 vMB 13
657,479 657,479 0000000000000000000d5380c0e91e8b0468ea23a7bc00d11b0e9a2b7bf7ea40 1,614 1.00/1.00 vMB 16
657,478 657,478 0000000000000000000ad9e0893ac40b7ab7b98708aa400b62ea328d76db2004 2,544 1.00/1.00 vMB 84
657,477 657,477 000000000000000000080f0375518b285dec36c11918bf008f0a2287b8be3ae0 1,588 1.00/1.00 vMB 20
657,476 657,476 00000000000000000003c1af37782659682e1b5216f6d20d5e0029a30ffb9005 1,567 1.00/1.00 vMB 73
657,475 657,475 0000000000000000000392a5bd88032c169c973dc3ca13cff1ec0f78673f3ece 1,762 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.