Loading Tool

Explorer IconExplorer

Memory Pool

81,413 transactions
31.58 vMB
0.07496502 BTC
Random Selection Loading Transactions
Max Size: 191.83/200 MB

Candidate Block

Mining Attempt b40a76fcc70ed9cc8180821ace190dd21d2587add93356e522941732c5fbdaa0
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 0454be0f038990bdf38e6d4be17cd790b3ab2bb108eb5dfd3d225ccd51a07785
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,367
Size: 1.00 vMB
Total Fees: 0.00631113 BTC
Feerates: 73.20 > 0.63 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (799,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,852 115,852 000000000000806b06553da6ca817c8ad96f22acc85b282cb52121fd52c41afe 7 0.00/1.00 vMB 972
115,851 115,851 00000000000001925007122b155ae78b2b51014ce73da875a1f535e72c4e510b 11 0.00/1.00 vMB 887
115,850 115,850 000000000000cea24d9b980f316f4afadfc0a0f2293ac46f2e7c10aa1d84ce5a 2 0.00/1.00 vMB 0
115,849 115,849 000000000000a20d19d598073ea9d285d8394c83b25737b388c0f72f7d11e222 9 0.00/1.00 vMB 642
115,848 115,848 000000000000513e86b177536f09b277e20c32e201bc628fa8b311c961580f6f 4 0.00/1.00 vMB 610
115,847 115,847 00000000000035ea6d69ad28a5fa2096a0df58f463782d33faa159045b97e7d2 4 0.00/1.00 vMB 2,247
115,846 115,846 0000000000000a43cead33e0a12ff69e3a1377a69b3dc3f188cfac848583ad54 48 0.01/1.00 vMB 204
115,845 115,845 0000000000004041138b7dd57fd1779b7de400d05a7a553ee24f101420f276ab 10 0.00/1.00 vMB 343
115,844 115,844 0000000000007f8fe48baf4c4ffa4fec12ffa8df51cde8f5159f1d37d32b266b 12 0.00/1.00 vMB 669
115,843 115,843 0000000000005091a71d8d58ef0e04e085658057c13c91ef9095f89290c7c18b 2 0.00/1.00 vMB 5,208
115,842 115,842 000000000000dba6e8820c8cabb66462f682808e5e8b496cf0c867afd83c6c75 11 0.00/1.00 vMB 584
115,841 115,841 0000000000001e2be2e11ed62923ca8d87884397ac06f8193cbbd5f98a75997e 14 0.00/1.00 vMB 780
115,840 115,840 000000000000432b5060d8e5c0468b4037b60052aa21f7c42580b3f4a0a870cb 2 0.00/1.00 vMB 3,891
115,839 115,839 0000000000009c8b3bd9df79abb1be7d9bcce1a1a26a830ce2c3651134c9b669 25 0.02/1.00 vMB 46
115,838 115,838 0000000000008347acd6d6f2b58a9f97aaf70139843c101bf6a75363a193b716 9 0.00/1.00 vMB 1,194
115,837 115,837 00000000000076c4e7e9e77d227603ef589a3a09f92c60c5ff01acccbd943474 9 0.00/1.00 vMB 324
115,836 115,836 000000000000323e75f37c0f769adf3ee2b3b69630f28b8455399345b7c55b43 11 0.00/1.00 vMB 1,079
115,835 115,835 000000000000e915f2419d11245e86a374bf42145e8480b300882ac287288a57 20 0.01/1.00 vMB 670
115,834 115,834 000000000000f01cae80a811e8a01f2a722ee677d38cfe36057bab4584b6d94e 12 0.00/1.00 vMB 907
115,833 115,833 00000000000019d05e87b7380efb00d16ff27bef08a42446a181df377a0d8d7b 9 0.00/1.00 vMB 789
115,832 115,832 000000000000e83b1e57e943a2a98cda759ad02d05c49e3f966f9cab50e9304a 2 0.00/1.00 vMB 2,481
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.