Loading Tool

Explorer IconExplorer

Memory Pool

53,156 transactions
31.49 vMB
0.18274372 BTC
Random Selection Loading Transactions
Max Size: 169.19/200 MB

Candidate Block

Mining Attempt 0f7ed19c7aa56f14441721f38b6d035367d93e3df6e91fd7a880db6639d73b39
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root b063a4419e137b02a05b316c1b55250d5ea0c155c8e722347926ee9354bacfab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,221
Size: 1.00 vMB
Total Fees: 0.09699206 BTC
Feerates: 477.45 > 9.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (384,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,635 530,635 00000000000000000024449888e5b5f690262a86cd31e6033378ec877d74dd53 2,280 1.00/1.00 vMB 9
530,634 530,634 00000000000000000013f50903f0e8e9b876d4a982a382804f4c3e82314bbe15 2,702 1.00/1.00 vMB 16
530,633 530,633 0000000000000000000977c48770b2fc1ace8f4fa1d1f031a1ffa7080d04b2be 1,719 1.00/1.00 vMB 7
530,632 530,632 000000000000000000180396323dcfe3e16a77247bc4c909bf73449bdae665bf 1,589 1.00/1.00 vMB 7
530,631 530,631 000000000000000000102d7a871f8f0bc78be5c4f655afe58542fea6388ee62b 1,998 1.00/1.00 vMB 23
530,630 530,630 0000000000000000001fc2fd04da10d7b928e0877ebe52c20be6aff2f4bd9be8 2,270 1.00/1.00 vMB 39
530,629 530,629 0000000000000000002f7f3c931e7dd678f32320c118a5f55ad89a4543700c24 2,519 1.00/1.00 vMB 22
530,628 530,628 000000000000000000018613e9581c4d23d32d5b322e90a16efd7bfb71c1879a 733 0.27/1.00 vMB 15
530,627 530,627 0000000000000000002029b5b758832b082f1a68cfb17799518ff2e4bfb918dd 76 0.02/1.00 vMB 25
530,626 530,626 00000000000000000034511d80e987fb5ed509257906aaef8fdfdd24e59eb3fd 1,768 0.74/1.00 vMB 6
530,625 530,625 00000000000000000016af1481a72950ef5afdbf38095fc5f7c9875438d664a8 2,949 1.00/1.00 vMB 23
530,624 530,624 0000000000000000001f72ebf8d05610f87228686c87e9987d6312bb24c86db5 67 0.02/1.00 vMB 56
530,623 530,623 00000000000000000005105c607800d13734eda879e38bd7c6a54dc03e19e65f 1,819 0.63/1.00 vMB 25
530,622 530,622 0000000000000000001e9a4694f257fc942e47ece3df04323d748f8f44e65a7d 1,629 0.60/1.00 vMB 8
530,621 530,621 000000000000000000114b0e0770b4d31b8c8b33fa86d1b3216e61605ce82d5f 2,817 1.00/1.00 vMB 25
530,620 530,620 00000000000000000006a2f97f503b0178502141f7974e48e0c254a5c695ea59 2,018 0.69/1.00 vMB 19
530,619 530,619 0000000000000000000114104b193a83e98645fd1d0c72255d99be2668add7f8 1,017 0.41/1.00 vMB 21
530,618 530,618 0000000000000000002aefc7d2adc7b85de7b8a2a76b443bc1dd92f8c4feabd1 1,223 0.44/1.00 vMB 18
530,617 530,617 0000000000000000001ccfacab8b7e90e0b58a0f56bc822d578f6543474b8649 1,158 0.46/1.00 vMB 26
530,616 530,616 00000000000000000024722e5dc3942546f25d3176c9ab94e7d8ef794c8f2eaf 810 0.33/1.00 vMB 14
530,615 530,615 00000000000000000006a165407b6e4bf914e5eb63d45f6d7ee6b2915beeef7e 1,176 0.40/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.