Loading Tool

Explorer IconExplorer

Memory Pool

72,794 transactions
27.98 vMB
0.06527427 BTC
Random Selection Loading Transactions
Max Size: 166.12/200 MB

Candidate Block

Mining Attempt 94ac7cbaff91e2c2a97d7e02ae3c83c49ef27bb0754e7b63988cd6bf2150b1ca
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 61026fb393f87163e900d8b28eacb58b3f280725c1b34afbd4b2bf554e59b6df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,343
Size: 1.00 vMB
Total Fees: 0.00942435 BTC
Feerates: 180.34 > 0.94 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (335,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,908 579,908 00000000000000000018fb8680aa4bc634d4bcc839c515717fee2c76f736b32b 2,501 1.00/1.00 vMB 68
579,907 579,907 0000000000000000000e7d31df4c1626c33d4d4c0ba0ec71f46dbf8260c957a5 3,191 1.00/1.00 vMB 99
579,906 579,906 0000000000000000000aec58582fdfc75182972f9278aea88c2e3191406e0c87 3,168 1.00/1.00 vMB 76
579,905 579,905 00000000000000000001e503467f0d4019204da3b1ad229469050f6ca1bd7d50 3,070 0.99/1.00 vMB 41
579,904 579,904 0000000000000000000cfcd0d58b588e13484cc79e9a167defe2167ab4a427ad 2,836 1.00/1.00 vMB 44
579,903 579,903 0000000000000000001801f8f32ab6ca12388f0dcfdd03f900c003fe8b9e43d8 3,328 1.00/1.00 vMB 59
579,902 579,902 0000000000000000001a318d5886b035ba09a2519218b68022fa9a43863316ce 2,742 1.00/1.00 vMB 82
579,901 579,901 00000000000000000009a0ce912bcf357eb5f5a3a06ad648d1137f3443ec16e0 237 0.07/1.00 vMB 50
579,900 579,900 00000000000000000002234d049ff3a052f6667c7199e8dd7161a4d27a8a9ab4 1,631 0.51/1.00 vMB 50
579,899 579,899 00000000000000000007cbc5e02867884fe8ee84d1c95e73d93d9424f8e38a8e 644 0.20/1.00 vMB 11
579,898 579,898 0000000000000000000a18904df6fa71dd62410ee03d5f4ed141bf33ba78a5e4 2,756 1.00/1.00 vMB 61
579,897 579,897 00000000000000000018e8a3fbdbc2dc10c362d5c756c102b8e60342cb6b739f 1,161 0.36/1.00 vMB 34
579,896 579,896 0000000000000000000bead457268c8d67afc144da9b992309934f2d2e45a115 1,062 0.38/1.00 vMB 53
579,895 579,895 0000000000000000001df894cf9031c13ce8a65742045d05d1cef937cb5081e0 2,635 0.87/1.00 vMB 54
579,894 579,894 00000000000000000007b05c6afc2aa067d7abceaf21e75e7b7f03938ca4e58e 2,522 0.82/1.00 vMB 21
579,893 579,893 0000000000000000000acfaaa0279f5928394fe13daa4c093492cfd52e01697e 2,216 1.00/1.00 vMB 76
579,892 579,892 000000000000000000184a530467bda092290e2b025f04281710739496510640 1,064 0.45/1.00 vMB 66
579,891 579,891 00000000000000000008b45cc963be2d36565c50c5f15bdf9f295fd245660a3f 1,561 0.66/1.00 vMB 54
579,890 579,890 0000000000000000000fab2bed0563404814aeb22057bd7ee64738eff8c1fb60 2,363 1.00/1.00 vMB 73
579,889 579,889 000000000000000000107e64e3973a2a05a9f86e19cda74d22b8e47bc9d65bd2 883 0.55/1.00 vMB 94
579,888 579,888 0000000000000000000e539be80f2731e529a93384a03e90452d8ab924d15db3 1,765 0.56/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.45 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: 666.90 GB
    • Received: 15.23 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.