Loading Tool

Explorer IconExplorer

Memory Pool

78,534 transactions
29.98 vMB
0.08759492 BTC
Random Selection Loading Transactions
Max Size: 179.10/200 MB

Candidate Block

Mining Attempt a3f2ab1028ffdade53fb391836ea572c085668633f9cd8c3b57b2e4e798eb329
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root dceaaf8342a333cee5d79cbe5f249c520a441cd30b766d0d8312aaa7a2b72d67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,744
Size: 1.00 vMB
Total Fees: 0.01869031 BTC
Feerates: 100.69 > 1.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (308,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,613 606,613 000000000000000000113f4c0705f7b519c0961eb7dcb7afa9e1f9b4c4114197 3,118 1.00/1.00 vMB 25
606,612 606,612 000000000000000000110b62ae2237b7ce5a41d5afe6d13ac9cc604645eb7eb3 929 0.24/1.00 vMB 14
606,611 606,611 00000000000000000013145be750860447868907c8f93dec4a3f80a80bb26e61 2,467 1.00/1.00 vMB 14
606,610 606,610 0000000000000000000304f6934d71c435d5bb84eb652fe4d0fc94d16c0810d5 3,035 1.00/1.00 vMB 39
606,609 606,609 00000000000000000006b5f7e6a2581e3ceab6862fc768df865f87e71c1991a9 1,375 0.44/1.00 vMB 25
606,608 606,608 0000000000000000001048a5cf665cb8bf8704dfc2d8c3995b97c8fc3dfb6642 393 0.12/1.00 vMB 25
606,607 606,607 000000000000000000087a18e6d6c9703b4ad0f177ecfe333623f1ea7aa7a152 2,070 0.86/1.00 vMB 14
606,606 606,606 0000000000000000001470a23fd730e2d713e9b785c813c3ad81eb801ec5cc6c 3,260 1.00/1.00 vMB 27
606,605 606,605 000000000000000000079feec931f5b1f0c7a75325feaaa56e13fe382f1e9b09 1,469 0.46/1.00 vMB 4
606,604 606,604 000000000000000000080c606cec1350519608afae9bc76af0bd4a47631492b6 3,019 1.00/1.00 vMB 13
606,603 606,603 000000000000000000080fb7f5127eb1ba6651bd16eff406724ffa037b5b4f2b 3,217 1.00/1.00 vMB 44
606,602 606,602 00000000000000000000965ec97080c9661668714b9e24051254a4c8b8e65d74 1,450 0.79/1.00 vMB 16
606,601 606,601 00000000000000000011e9e9f3ce4df5d38bf5a15ac1849aafd8f504cd0fee24 76 0.02/1.00 vMB 22
606,600 606,600 00000000000000000012d022ff439505e676c77e4087570ebbb537bc19ab099c 2,866 1.00/1.00 vMB 12
606,599 606,599 0000000000000000000aaa61468dd3097d00a86d3c5fd2921d283d31ed55db4b 2,741 1.00/1.00 vMB 48
606,598 606,598 00000000000000000012c0ac277aebc1da032503a31731b20b3cf1d4b81f2f6e 2,062 0.91/1.00 vMB 2
606,597 606,597 0000000000000000000550c5550c0c8fbbb39d6a53509f33822aa30e19502ad1 3,009 1.00/1.00 vMB 28
606,596 606,596 00000000000000000010efafc55f929f39351340ab26640caaee202943701cbe 2,791 1.00/1.00 vMB 40
606,595 606,595 00000000000000000013df040c8b6a07f0be85d2b3f3ad49b8e0952b4f786d34 2,468 1.00/1.00 vMB 19
606,594 606,594 00000000000000000006ed96b3e3c75694bb7f29e17eea455f43e578faa43765 3,190 1.00/1.00 vMB 69
606,593 606,593 0000000000000000000c6720f32e9dd010de1cb726e9a5cd2437ce132f4a088c 852 0.27/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.