Loading Tool

Explorer IconExplorer

Memory Pool

35,624 transactions
25.60 vMB
0.08066863 BTC
Random Selection Loading Transactions
Max Size: 130.94/200 MB

Candidate Block

Mining Attempt 0448e6f84c0c721a336768ad6f019d542ffc4db250060cdc657873323cf6efe2
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 570407419c0b45ca6a3cd0b9555bec7c9bbc810f465932152f52e9d521617e4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,383
Size: 1.00 vMB
Total Fees: 0.03397117 BTC
Feerates: 171.09 > 3.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (439,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,851 474,851 0000000000000000014d4d9275875f50f92f29c3df84228d6c6af71518a1a331 1,256 1.00/1.00 vMB 72
474,850 474,850 000000000000000000a21f647d8f5ef0895426a1684166e3193778ffe24c3445 1,291 1.00/1.00 vMB 28
474,849 474,849 00000000000000000116cba48ee5a75e960f4e194305af66e67dba2ea948e8c5 1 0.00/1.00 vMB 0
474,848 474,848 000000000000000000337053306a02c29b4dcdcd2a2cf813236f07555d82e6be 1,960 1.00/1.00 vMB 172
474,847 474,847 0000000000000000017ae6fb9a13fdcfa852394a1640348e04054bbe4ea571d3 2,502 1.00/1.00 vMB 130
474,846 474,846 000000000000000000609e11693280d8d997420fecfacce8c00f58b8a8292ffb 1,687 1.00/1.00 vMB 85
474,845 474,845 000000000000000000b3ee0edea099c3a68acbcb71d2b1dcbfddda026bb30612 1,940 1.00/1.00 vMB 240
474,844 474,844 0000000000000000004557faf928aaa2b54a717376ca57964cc145fa781deb42 1,887 1.00/1.00 vMB 91
474,843 474,843 000000000000000000d7d5f6a20c435c7b5c0ed78e9bee93bee012d97d49c423 1,853 1.00/1.00 vMB 175
474,842 474,842 000000000000000000bc1ddefccbf8505ef36dbb4fe3c91decc19bfbb166d2ab 2,456 1.00/1.00 vMB 322
474,841 474,841 00000000000000000078363f96d185ec4a65cb302ca9bc88169369be3fc24b45 2,249 1.00/1.00 vMB 241
474,840 474,840 0000000000000000015bbf41b2ea67487c91ec587f27d5ac4415dff66b0e2d42 647 1.00/1.00 vMB 321
474,839 474,839 0000000000000000003ae685ed60c801027023dfa77428cd85cd6f77606465d8 2,390 1.00/1.00 vMB 249
474,838 474,838 0000000000000000014df604ba15340593cb18f438e22cf6051ec57a6dc8428a 1,268 1.00/1.00 vMB 65
474,837 474,837 00000000000000000159cf2b3f2a5eb7aebb3c69e230c0fdd5bec89df187e8f1 1,893 1.00/1.00 vMB 63
474,836 474,836 000000000000000000e73cd306810f95f4f5450809e5fe53c8473828a5ad7dfc 1,288 0.93/1.00 vMB 322
474,835 474,835 000000000000000000c7c4cbff424c6ce8b2c99434a9cb59ee4bc1c33ba4b282 1,721 0.66/1.00 vMB 279
474,834 474,834 000000000000000001465d150d28461e8a6f17a68eb734eedc165445bc6ba72f 2,418 1.00/1.00 vMB 189
474,833 474,833 0000000000000000014417834af384938bd1f870c0bf34bdaaadd24bed17731b 1,517 1.00/1.00 vMB 210
474,832 474,832 0000000000000000001898ef4713912a2ffcb18f7da0634fce2ec3a3d2c599e5 1,340 1.00/1.00 vMB 103
474,831 474,831 000000000000000000b4f864c2fbf6428a83e866f7a256e26f5b36f73c0cda17 629 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.82 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: 635.73 GB
    • Received: 12.32 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.