Loading Tool

Explorer IconExplorer

Memory Pool

78,539 transactions
29.99 vMB
0.08777725 BTC
Random Selection Loading Transactions
Max Size: 179.13/200 MB

Candidate Block

Mining Attempt 7c73641f3a962317334268dc3c1d032b91bbc8b406485d9c863e5f513b654073
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root dceaaf8342a333cee5d79cbe5f249c520a441cd30b766d0d8312aaa7a2b72d67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,744
Size: 1.00 vMB
Total Fees: 0.01869031 BTC
Feerates: 100.69 > 1.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (704,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,758 210,758 00000000000003da986bc24a43dc2341ebd2d79d050e4ed152c12535209a0428 14 0.00/1.00 vMB 489
210,757 210,757 0000000000000331b504d41247be591de5d689855a31f7d6ba10bfb64b3520a7 329 0.18/1.00 vMB 167
210,756 210,756 00000000000001c08f05be815ff5e367def3d4a0a0abf5bb91dc31c5aad7c173 5 0.00/1.00 vMB 15
210,755 210,755 00000000000003a64903661837b39536706133d963dd981c01f967d6f45c4203 226 0.13/1.00 vMB 136
210,754 210,754 00000000000002c1df2d6f6c04e9abf33047b8b7da369d567ff351761654a961 69 0.03/1.00 vMB 175
210,753 210,753 0000000000000238c88db858d08ffb5427ab33b8e8e5b3c7e1f643daf9b1bd70 102 0.06/1.00 vMB 84
210,752 210,752 000000000000024c478d8f97baba4606acc53e2678bf0ef74bbb78c3dc6fbacb 107 0.10/1.00 vMB 113
210,751 210,751 00000000000000ac18f81d8814035c16c32ab38ce4f3a58adcbd05c646f7b49a 146 0.05/1.00 vMB 38
210,750 210,750 00000000000001809c0392a058e4dc65748b4eb7c5c33d68068c1c1f9bdb8aaa 249 0.12/1.00 vMB 232
210,749 210,749 00000000000004d7f6434f0c3d50c3cb29f1af599b8c2661269f383c884263d6 271 0.21/1.00 vMB 115
210,748 210,748 000000000000025d7c77797aba80c7cb8c04876bdeaa6bb9de4b5eab38df05ce 57 0.02/1.00 vMB 131
210,747 210,747 0000000000000206bb46def7f5d3d26c7d150d97dfb80d46ef1f8c292f4d369d 59 0.04/1.00 vMB 119
210,746 210,746 000000000000046d536dbeaff8db1eef2bf702cd3e12b013e88684dc8b9a0737 94 0.04/1.00 vMB 186
210,745 210,745 00000000000000811fff5ff8e3db3d823eb1405acac7375d8bb2cb1ba1629292 101 0.09/1.00 vMB 181
210,744 210,744 0000000000000113cfceb84e51e79576ee361b86e33cb469c6abd2ab9cda659e 188 0.18/1.00 vMB 97
210,743 210,743 000000000000043fd93957814a15e23a7634b2038566f597dee8586ed565551b 277 0.11/1.00 vMB 528
210,742 210,742 00000000000004943ed3fe5b29a7fc79b55c97f6cf7a6cb8c10f638b391e83df 242 0.10/1.00 vMB 190
210,741 210,741 000000000000016d482a3daac01c9efabef5ecb19b44e29b18e0ad6fe0e974f9 144 0.05/1.00 vMB 89
210,740 210,740 00000000000002858c51e9edbf595926c209c84cb0b33308fba78e29e21f093d 103 0.04/1.00 vMB 125
210,739 210,739 00000000000003b0da609a4455d7573ec74b84bf3ed13fea8df129ba16c6a119 229 0.10/1.00 vMB 281
210,738 210,738 000000000000027c5b8c2227947cde3f155df7f47a2ce12621779e5e91b0fd42 409 0.18/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.