Loading Tool

Explorer IconExplorer

Memory Pool

41,922 transactions
26.50 vMB
0.07126953 BTC
Random Selection Loading Transactions
Max Size: 137.98/200 MB

Candidate Block

Mining Attempt 3e9941d31fa36100000f4542277928c85cbd731f0b2176bef215c9f7b60f1c6c
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a45fb863d91136b4b657d7d7fd0af834e4254ad9248c4127b16c8fcadb61d44d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.02254870 BTC
Feerates: 99.53 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (45,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
868,970 868,970 000000000000000000029628a52026d6505d04792806e0c82f7365ec36a1d472 3,530 1.00/1.00 vMB 10
868,969 868,969 0000000000000000000134f7101bfb3e0d8ed7ca6ecfb35eac5e3e0eaf0cdd50 2,384 1.00/1.00 vMB 4
868,968 868,968 000000000000000000024a6981b891d20c341f61046e56c44f532f547e031a7b 2,962 1.00/1.00 vMB 2
868,967 868,967 00000000000000000001342e40a344e29fbd65168d019121944f0a89ca4853ba 2,705 1.00/1.00 vMB 1
868,966 868,966 00000000000000000000d191ccfe7dce354f9024b9ae81c05c43bc885d4667d6 3,564 1.00/1.00 vMB 4
868,965 868,965 000000000000000000021280572a6aacc8c7aceae2191c95d1f75af7d9ed8d19 3,829 1.00/1.00 vMB 3
868,964 868,964 000000000000000000002f781730f7c8e47e68c9f17d2dd2c0246891e1041930 3,544 1.00/1.00 vMB 4
868,963 868,963 000000000000000000023f7d9079e20b7d2a413b46f7f4084024c95ca5e29052 3,409 1.00/1.00 vMB 4
868,962 868,962 00000000000000000000a497c6b1be95b76a9e25a797f8fe49953d40c06a027e 4,311 1.00/1.00 vMB 4
868,961 868,961 00000000000000000002bae6a2c2fa96c3964ce88f342b8e4a594835a18d8352 3,371 1.00/1.00 vMB 8
868,960 868,960 000000000000000000017ed27327f52ad7cd0fcd726b7599a116658a3f77f1c6 2,430 1.00/1.00 vMB 3
868,959 868,959 0000000000000000000143ab6cf20738fd6313f06de95bf1a061b118ae7a6b83 2,573 1.00/1.00 vMB 3
868,958 868,958 000000000000000000010ce47a2c9559eff4cf67ceb4c8dbce4f8431e0ecf288 3,749 1.00/1.00 vMB 5
868,957 868,957 000000000000000000019e988b1b78f6637218b9e8435e004075e8e6fcfb8d9a 2,691 1.00/1.00 vMB 7
868,956 868,956 000000000000000000004c9b4086e0d13d7ce87651c1d39bd5f51901fd30a437 5,222 1.00/1.00 vMB 2
868,955 868,955 00000000000000000000115145c1deb814c124a375a3263bdf8a0f1282c7da74 2,623 1.00/1.00 vMB 4
868,954 868,954 00000000000000000000ae8a395d8fcde45937da7bc074b32bb86cfd7186e190 3,299 1.00/1.00 vMB 2
868,953 868,953 0000000000000000000232683d2969b07be6e84e85ef0d582753322fe61e5514 1,602 1.00/1.00 vMB 2
868,952 868,952 000000000000000000016e9f866bd68e8e9fb568d31d9656b36326b6d0e8b83b 2,760 1.00/1.00 vMB 6
868,951 868,951 000000000000000000000f33f01f885ec2899c618c0ad6739b6491c6d7854a3c 2,029 1.00/1.00 vMB 4
868,950 868,950 00000000000000000000795b31961c22a2a7c9a0fd4da5cb76728febf7a09d50 4,627 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.