Loading Tool

Explorer IconExplorer

Memory Pool

43,834 transactions
27.15 vMB
0.07552184 BTC
Random Selection Loading Transactions
Max Size: 141.73/200 MB

Candidate Block

Mining Attempt ba1a704e3cd0def48d3fd4ecc3eac4850881151174ea73f6e18c2850951cd556
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root c205d0686c44463719b222fad66006421b56096cb8f2001b796e7d60a75139de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,856
Size: 1.00 vMB
Total Fees: 0.02406612 BTC
Feerates: 150.77 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (444,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,757 470,757 00000000000000000038b5781fe9e5e330adac5710bcd36002dc3c3eea8ba822 1,878 1.00/1.00 vMB 267
470,756 470,756 0000000000000000007a323da2091577865a9085093379ba7cc7427b6c98c778 1,803 1.00/1.00 vMB 356
470,755 470,755 0000000000000000000bb7fb7c7fd627e60b0bcd1120e624dfd84430ee71fd83 1,867 1.00/1.00 vMB 362
470,754 470,754 000000000000000000fac44412ea89fe4e2c27d2a6e607430a9c4765592ca06f 2,143 1.00/1.00 vMB 422
470,753 470,753 0000000000000000018990fd164cc9e0ac156a119fdee7801d0ddeebdb71f3a4 1,804 1.00/1.00 vMB 359
470,752 470,752 0000000000000000004b7dc24f45db96ffe59fc59a104b5b2a107ddbedaa9a00 1,754 1.00/1.00 vMB 450
470,751 470,751 0000000000000000011a8c72a7f871ca471c3cb9cd5da036148e7bc18a890032 1,274 1.00/1.00 vMB 409
470,750 470,750 0000000000000000009fdce8e08086a68fe9241df295d7cac7be9cbc0fa83409 597 1.00/1.00 vMB 406
470,749 470,749 0000000000000000002210f8c7cef570c42fe067fbad5ba01d52402d7a5d5718 771 1.00/1.00 vMB 401
470,748 470,748 000000000000000001907f17a9bdeee938d8c932269181d168af3d5b75250320 631 1.00/1.00 vMB 408
470,747 470,747 000000000000000000441cbed8d7356e34040a75f6555307b391b2323ad41ddb 1,035 1.00/1.00 vMB 302
470,746 470,746 000000000000000000c08710c54c65253d6050b133cf21474209e8292af03d2a 1,381 1.00/1.00 vMB 437
470,745 470,745 00000000000000000103a278bb3274af79b9ca029317c04b0e4c83438d92aaae 1,823 1.00/1.00 vMB 464
470,744 470,744 000000000000000000e5d60088512f4f5792e2ad1401833d5dee72d5415cbfef 1,897 1.00/1.00 vMB 411
470,743 470,743 000000000000000001866dbc6430f507c267cda701eb0aac8eaf385e83daad5a 2,168 1.00/1.00 vMB 504
470,742 470,742 000000000000000000efd8c8006c98bbbeb0c5901cd75634cc9dd046441125e0 1,247 1.00/1.00 vMB 156
470,741 470,741 00000000000000000089c7f2b4b2f65b9b4e3c9f605e8a03cf99a3cd90463f0b 1,547 1.00/1.00 vMB 201
470,740 470,740 000000000000000000aa64441d87334678efddda093e8b0d25e10e62e5da7346 2,524 1.00/1.00 vMB 182
470,739 470,739 000000000000000000c3dab292e4c3e00bba5746e9e996fe6d985f5b1b10e5ad 2,134 1.00/1.00 vMB 266
470,738 470,738 000000000000000000e742851b5e647ee892009fc4f095501e0f55503cbcf6b6 1,561 0.79/1.00 vMB 278
470,737 470,737 0000000000000000017a7e4670c75a59fd98e4858aaa18ec32e77c4d013b6339 2,198 1.00/1.00 vMB 384
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.66 GB
    • Received: 13.99 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.