Loading Tool

Explorer IconExplorer

Memory Pool

81,372 transactions
29.93 vMB
0.15523313 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 26edeb85038ab693d4ab107cc22df39dd2dff009120616a49f7366dbc8ec514c
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 51ab352eefb9c1cebe21af3d38fb4c7b149face7e9c5050d58fce0cc52eeec0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.05898920 BTC
Feerates: 1,002.91 > 5.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (90,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,848 824,848 000000000000000000007fb7cd875a915b9e9691b73d6445a4b79bf9b3fece87 4,138 1.00/1.00 vMB 86
824,847 824,847 00000000000000000000bb7fb64ea3bd66d3f8154400a7245d84016f6c23a869 3,300 1.00/1.00 vMB 47
824,846 824,846 00000000000000000002c3dedc0f2119440588c26c249f2ea362ed8a1a1d032d 3,554 1.00/1.00 vMB 89
824,845 824,845 00000000000000000000feee7c5ee29882d59161d5ea2bd8019038a6e85a0243 2,875 1.00/1.00 vMB 35
824,844 824,844 0000000000000000000133f08322772ba3ebf9c81c3df9ce7e15ea1ff20144e6 3,094 1.00/1.00 vMB 57
824,843 824,843 0000000000000000000294d37f22420666e5c3d2acfd0e40d581608b5979d459 3,583 1.00/1.00 vMB 65
824,842 824,842 00000000000000000001056d63e77231d8ac0d8c03ed19d2fdceff28289b7715 4,168 1.00/1.00 vMB 46
824,841 824,841 00000000000000000002da0aab1f3bef90555375d2823d8b63f8dbf61289035b 3,056 1.00/1.00 vMB 49
824,840 824,840 00000000000000000002545edd2a937ff70a6877c890d5bd20a4de5fb6639da5 3,247 1.00/1.00 vMB 77
824,839 824,839 00000000000000000000e205f4449a5ddbbe5aa29964d00b05c6b88e4ad3757c 3,448 1.00/1.00 vMB 67
824,838 824,838 00000000000000000002d4de9bd27e73f0dee75361861bfb11cc7a2448539780 3,199 1.00/1.00 vMB 82
824,837 824,837 0000000000000000000057d6150d1af7aaa6ba5c4b12b32e328eedce4716cdc1 3,532 1.00/1.00 vMB 117
824,836 824,836 0000000000000000000161f7e2e7b7466d5e57448c3e419c761fe4753887910f 2,562 1.00/1.00 vMB 74
824,835 824,835 00000000000000000003d06c35c82f095a9f411d21fb53ebda255fb46be0a1ad 3,058 1.00/1.00 vMB 43
824,834 824,834 00000000000000000001baf07ff09d7ba668f6ca2836fe68c46f5fce0f5ed229 4,546 1.00/1.00 vMB 61
824,833 824,833 00000000000000000001d14ea01d029f3d288a19a6a4de15216603ff31c2526b 3,790 1.00/1.00 vMB 53
824,832 824,832 0000000000000000000039621a5d9ce949ba0f8301a645ae93a7734a2f01f3df 5,190 1.00/1.00 vMB 56
824,831 824,831 000000000000000000036b9da2ee61837cc7bee92a2a776e8f0f94394037a585 5,275 1.00/1.00 vMB 69
824,830 824,830 000000000000000000012e719c72fcf1d99658f13c5e20d17945bc2865a79f78 3,754 1.00/1.00 vMB 84
824,829 824,829 000000000000000000034e145d5d6e238bb92f38974af44731d3ef0f0778aeb5 4,266 1.00/1.00 vMB 72
824,828 824,828 0000000000000000000165ae7920937c3573b3c64e85f059af60a0c83e1c1159 4,877 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.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.