Loading Tool

Explorer IconExplorer

Memory Pool

84,209 transactions
30.51 vMB
0.17429339 BTC
Random Selection Loading Transactions
Max Size: 184.97/200 MB

Candidate Block

Mining Attempt d17a23a73595e0819c923e90f6c2139859a52fe5369ade3be6dfde41497522b2
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root cee711e9ec0c742155749ffb6dc603c9dbb3da0a16190fec7d385b9bcef43940
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,470
Size: 1.00 vMB
Total Fees: 0.11147486 BTC
Feerates: 155.43 > 11.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (253,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,937 661,937 00000000000000000006125a869585cbb5637bddca2e1cf8ace0638c5aafe4d0 1,417 1.00/1.00 vMB 113
661,936 661,936 000000000000000000051471ec9b1f0c080af82f08fe143ae2dd1cf43073fd15 3,057 1.00/1.00 vMB 120
661,935 661,935 00000000000000000008cfaa118ec6dcf70cb90e69ad01e87a6b97e4d84e951e 3,240 1.00/1.00 vMB 136
661,934 661,934 0000000000000000000d8c075168f1d06d830e062a7d0f72f6cc76dc79e60d62 2,539 1.00/1.00 vMB 155
661,933 661,933 00000000000000000001e81c7dc1a9c849db6e59a3c494205d95e902d96c7394 2,591 1.00/1.00 vMB 112
661,932 661,932 0000000000000000000d59aab984247fa3521589742dad5094cbee305438c5f5 2,172 1.00/1.00 vMB 86
661,931 661,931 00000000000000000004320fbeb24def54f1ef93555249790cb3fb92e54fbabe 2,375 1.00/1.00 vMB 98
661,930 661,930 0000000000000000000954d8587ad55b527c7fdcbc1e73c987aa007c211205d1 2,696 1.00/1.00 vMB 151
661,929 661,929 000000000000000000061323b5463bb2c7ea6663e7bc86c8714bd98a9682b49a 3,016 1.00/1.00 vMB 129
661,928 661,928 00000000000000000008f109b6e9d93f1e7409c59ae0a371b15ebc2fdd9157e4 2,883 1.00/1.00 vMB 169
661,927 661,927 000000000000000000050cd52d41014c6a2d3b6a4fb605de6b82886ae97de006 2,733 1.00/1.00 vMB 101
661,926 661,926 0000000000000000000327a547b4d8db4cd21e9d4939e971e8a1274b3d178eed 2,319 1.00/1.00 vMB 111
661,925 661,925 00000000000000000008dfc630e3a37c0bb8e2515145df049bbe62fdc4980900 2,891 1.00/1.00 vMB 122
661,924 661,924 0000000000000000000612284a2579c3ea00f5a7338d245cd7ba4e1f7d61cd26 2,026 1.00/1.00 vMB 126
661,923 661,923 000000000000000000085f2bed6927a87e4ef22641ea8e77727771871cfad600 2,235 1.00/1.00 vMB 143
661,922 661,922 0000000000000000000820bf7d4f40d3ea91b5a7517023aa009ba3ca69bb7a82 2,519 1.00/1.00 vMB 155
661,921 661,921 000000000000000000075ab3d5f03528689ca4d067783c8c3d927fe208bdae12 2,439 1.00/1.00 vMB 130
661,920 661,920 00000000000000000006c9c48d7b69e4556495b0b9375f1e76e3c2bcea820fdc 2,526 1.00/1.00 vMB 157
661,919 661,919 0000000000000000000998646fc5e9428d599b53538db9076255e6c00109bc80 2,464 1.00/1.00 vMB 149
661,918 661,918 0000000000000000000ded91200debdd2a78e44513778025d57fbd489e56ec0e 2,603 1.00/1.00 vMB 144
661,917 661,917 0000000000000000000e05f50da6e53f79d1eeedd87e67c9186b2168cfa849de 2,697 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.32 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: 660.25 GB
    • Received: 14.65 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.