Loading Tool

Explorer IconExplorer

Memory Pool

80,786 transactions
30.06 vMB
0.12570174 BTC
Random Selection Loading Transactions
Max Size: 180.81/200 MB

Candidate Block

Mining Attempt bb9ec93e60edb3554c1e701a74659588fedf74d50ec6d55065f951e8763f81b9
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cf7fb3e1f4b842c093a8fce38f264addf6618557377314f9d84de7678ee757fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.05202113 BTC
Feerates: 242.90 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (423,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,755 491,755 000000000000000000dd95b2626255de3ac500961bb4ca587e1efeba7ca1a6a9 1,262 0.97/1.00 vMB 48
491,754 491,754 0000000000000000003436a5fdeebbf377b0bac690d2a12e9329e2f3add2270c 1,585 1.00/1.00 vMB 61
491,753 491,753 00000000000000000029dd16c7aad0cd5a1ed0b5c1615c1e36e27b7c1754eaeb 1,336 1.00/1.00 vMB 59
491,752 491,752 000000000000000000d2660d9a903926340c487a7b2f5f6fd33eaa8d072d4a91 1,009 1.00/1.00 vMB 45
491,751 491,751 0000000000000000005344571deb8540f5aea50826551b294594fd739114564e 305 1.00/1.00 vMB 15
491,750 491,750 0000000000000000009836d11ddbcfeb1f23693b031295d2ce867bf5fef0a43f 731 1.00/1.00 vMB 26
491,749 491,749 00000000000000000099f8b65a2f62aded8fe297821126188d63815c430a2b78 1,679 1.00/1.00 vMB 28
491,748 491,748 00000000000000000019b176f25ca40c3f0c55010eb195bf1bd8084a8bec2ae0 2,121 1.00/1.00 vMB 135
491,747 491,747 00000000000000000037bcdf1169d9a5e540c915f02cfcf536dd75cf6ffbb8c0 855 1.00/1.00 vMB 27
491,746 491,746 00000000000000000053c668c1ab575292109bfc8d9a15a51443f1461de6d918 2,516 1.00/1.00 vMB 96
491,745 491,745 000000000000000000e03b82db66c6bc7663aaf88f65c8b6e569e2043a3c4b32 1,334 1.00/1.00 vMB 53
491,744 491,744 0000000000000000007218e5ccfaf70c893eb38238799b35c7ba245001518260 2,065 1.00/1.00 vMB 76
491,743 491,743 000000000000000000660651f6aed10caf8e6884755144d3030df8f039196f4e 1,289 1.00/1.00 vMB 61
491,742 491,742 000000000000000000112bbd806953b3563dd79e305b75f8079e4310034e58e9 119 0.04/1.00 vMB 106
491,741 491,741 000000000000000000d3a11126fe6f3ec97cef0c3b7c75873deb448cb5bd949c 634 1.00/1.00 vMB 18
491,740 491,740 000000000000000000d19e961d17a4af86baea2fbb7c347e2ea6c518f7a3275f 1,092 1.00/1.00 vMB 35
491,739 491,739 0000000000000000007038e1f7b672751dcef1113fff0a3067be662b2244df9e 2,413 1.00/1.00 vMB 92
491,738 491,738 00000000000000000099d18fe0b769aeb9fdfc14e1cf61f913bc51b3d8612f19 2,576 1.00/1.00 vMB 76
491,737 491,737 0000000000000000001ce4a27390ff347f5d6fa2521f5bcdfcd476f852313de8 1 0.00/1.00 vMB 0
491,736 491,736 000000000000000000a9ed642a1b764be765e6787a3905bd6abf477b90b10b7c 2,258 1.00/1.00 vMB 43
491,735 491,735 000000000000000000458f2e2522e2e08ac49068ed94108813e200559344b0db 2,070 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.67 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: 673.16 GB
    • Received: 16.42 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.