Loading Tool

Explorer IconExplorer

Memory Pool

45,817 transactions
28.73 vMB
0.13811272 BTC
Random Selection Loading Transactions
Max Size: 152.01/200 MB

Candidate Block

Mining Attempt 9eb51e4b7eed5f5682c0cd39f9d71daf7d597b8c18a8bd49142ff3c4c61a37b0
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 8b298dfae5d630fec4bd5f6f2541696489d1e63483c1ff6d4b27c0d0e8b9dd28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,563
Size: 1.00 vMB
Total Fees: 0.07785881 BTC
Feerates: 15,654.48 > 7.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (581,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
333,675 333,675 00000000000000000aa013aa8a75e1cc08749cde147446767f8b4157f366e895 260 0.33/1.00 vMB 15
333,674 333,674 0000000000000000146b718afd16f3727dc3833a64aa5bca0a94c321d25b9cec 1,643 0.75/1.00 vMB 27
333,673 333,673 000000000000000009ac58582b1d6f51ca4e52874c8f15188ccb42eff61af30f 50 0.03/1.00 vMB 23
333,672 333,672 000000000000000011bc9089085a22df75af69b636367ec8138ff15f61a60e07 222 0.09/1.00 vMB 28
333,671 333,671 000000000000000002f65a9f5e1ae4ab64beee34ac7cd7e6454a08f22be0c7b3 220 0.09/1.00 vMB 41
333,670 333,670 000000000000000013f3c917f752b588ddb1e81714c4b902a2a9715650769fda 753 0.31/1.00 vMB 29
333,669 333,669 00000000000000000b4d90250bfc2c366d2b8c0e67bc4bb4ff8c2e7780d535cd 328 0.11/1.00 vMB 33
333,668 333,668 00000000000000000292cb909e7907ddbd7d3851b37615ffa05566649026a387 358 0.16/1.00 vMB 27
333,667 333,667 00000000000000001b41f2a41603c4d86ecd538f6b879d2061a9e113689a154d 143 0.06/1.00 vMB 25
333,666 333,666 00000000000000000d44789e9134893a58814a4457dc6f88e3362210cc0ae2bf 104 0.06/1.00 vMB 23
333,665 333,665 00000000000000001953b1a0970314add82920587ad73b64e1a2385accd3816e 661 0.29/1.00 vMB 27
333,664 333,664 000000000000000016118d2bcbedfd6eda9116ccef5b60fce616c98ab2f2189d 421 0.23/1.00 vMB 22
333,663 333,663 000000000000000000c34bfaf8d9930cabb501f78b735b1278fb60ebb7f7bdd9 1,335 0.75/1.00 vMB 23
333,662 333,662 00000000000000001796b78e91e3801f872a555e22a8720ce3972627f178e8db 151 0.06/1.00 vMB 27
333,661 333,661 000000000000000003a24fdfbd1dc27ab64922ad9aead1b1c39418fc9191c010 1 0.00/1.00 vMB 0
333,660 333,660 000000000000000016a64bc6995eea04f8dd8b3ef80b47b9381e8095c6d47d6d 264 0.12/1.00 vMB 25
333,659 333,659 00000000000000000be8308938cc58b707427f589f487d3f3e2ec930eb9bfc9c 119 0.09/1.00 vMB 28
333,658 333,658 00000000000000001b495ac0fcc38308d04c5fe62a793400903e33bbb611bfee 396 0.34/1.00 vMB 18
333,657 333,657 000000000000000013f48397f578e6bf0ccc44048500aaec8b6b1b4e41b6c9e8 80 0.04/1.00 vMB 18
333,656 333,656 0000000000000000061730b1b3181c988726a2dc0b9a2067909fc716d58a015f 392 0.22/1.00 vMB 25
333,655 333,655 00000000000000001b374baaa6fed2489a9b88d6f472110eb6da04ffeabc3610 290 0.23/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.74 GB
    • Received: 13.32 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.