Loading Tool

Explorer IconExplorer

Memory Pool

52,703 transactions
31.60 vMB
0.11626043 BTC
Random Selection Loading Transactions
Max Size: 169.09/200 MB

Candidate Block

Mining Attempt a2d908bac2c4ec524621b648b1094dab239c138dffd53fa3fd8ff8e05eb7c156
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 7f14539a2ce86cdb3502ca76a968ae899194bc3e1b61be6641db1f7d3fa6a757
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,902
Size: 1.00 vMB
Total Fees: 0.02436630 BTC
Feerates: 35.84 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (352,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,904 561,904 0000000000000000001ae7da4a445f2ff63d93cdd5ac91b04052493c8e1be31c 136 0.04/1.00 vMB 12
561,903 561,903 0000000000000000000a95d2226ab5a66cba7c76f0202f2c5bc8f2d0b3d92ffa 2,060 0.62/1.00 vMB 3
561,902 561,902 0000000000000000001c9a2cb4624a8290027c7d3f023369383254b6a8407a95 3,212 1.00/1.00 vMB 19
561,901 561,901 00000000000000000016e7d17b3c5ffd4b80d154bc56f89409b5021fe502d383 476 0.17/1.00 vMB 13
561,900 561,900 000000000000000000258cca1cfc96a59b6d37dbdfd409030f6ce12b95bce92b 1,032 0.31/1.00 vMB 9
561,899 561,899 00000000000000000016fdce5620ec9da914ac41e23cc63fbe140ddefa960d39 1,431 0.46/1.00 vMB 13
561,898 561,898 00000000000000000016e307276b042364b5bada2154e41b16bedc6f947480fe 848 0.27/1.00 vMB 10
561,897 561,897 0000000000000000000137a9c8d9e962ce0cebc4dbb1af3cf1787d0a10f052c2 2,243 0.89/1.00 vMB 5
561,896 561,896 0000000000000000001e6f5bb63006c8dc332e3d716f2c72d7d76fbcb72a13db 3,163 1.00/1.00 vMB 9
561,895 561,895 0000000000000000002530ac63d9ce942bf53d7a5679eba48d5030122fb1bf04 3,294 1.00/1.00 vMB 27
561,894 561,894 0000000000000000000b274c29990d9bc76f2f5659beb4dff2a7cd98f2bff7e9 2,892 1.00/1.00 vMB 18
561,893 561,893 0000000000000000001443f35ee609444479274c749d9d7e9cfcce1bd4327411 807 0.57/1.00 vMB 2
561,892 561,892 000000000000000000277c124a85d35141f1187093e8a93a11b5dfc6e9299838 2,959 1.00/1.00 vMB 11
561,891 561,891 0000000000000000000c3d2e3d4aef34abef45a1b0fe467f6b59b885cdd72ed3 3,282 1.00/1.00 vMB 9
561,890 561,890 00000000000000000023abd1888383a7caebe342467f61d7f9c179e5764cd8e8 1,873 1.00/1.00 vMB 10
561,889 561,889 00000000000000000010367dde3b8b99727dece0f761f23953986771072fb827 3,216 1.00/1.00 vMB 30
561,888 561,888 0000000000000000002c929ad31d1008fdc0fb5e56ec2ea1fa280adbdc389164 695 0.20/1.00 vMB 11
561,887 561,887 00000000000000000022444e80a7bc71329acbe957a1dbf76b9848c2fff823a5 727 0.28/1.00 vMB 7
561,886 561,886 0000000000000000001a0b7224fc70adbca2d37adf6b2c871bb4ee1968525e6f 1,428 0.54/1.00 vMB 5
561,885 561,885 00000000000000000000d158d5ee264bc78b90531497a756b0229f2689ccba71 3,169 1.00/1.00 vMB 13
561,884 561,884 0000000000000000001f46700942e4241b0bbd2c300394db6246a3ae08b94e54 2,303 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.07 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.22 GB
    • Received: 13.49 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.