Loading Tool

Explorer IconExplorer

Memory Pool

78,637 transactions
29.14 vMB
0.11782055 BTC
Random Selection Loading Transactions
Max Size: 175.78/200 MB

Candidate Block

Mining Attempt 2d9fe123b0e1f7efb3b987e74627c53741ed9572c94f5f47dcfa37d945c3855f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9fd9ac295340d73313cd6c2ef8d48d8f31ed4a6999a625a2a10a4a7fe996c91d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,108
Size: 1.00 vMB
Total Fees: 0.04246528 BTC
Feerates: 150.80 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (350,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,842 564,842 0000000000000000001b09b77783cbbabfc66d7d4cb9080eacb4db6d9c94ed45 2,541 1.00/1.00 vMB 35
564,841 564,841 000000000000000000155bbf3427f30680693644e799713940a8640ec2809aed 3,120 1.00/1.00 vMB 59
564,840 564,840 0000000000000000000d9bf0f93230c251c9451b694d949224d8ff1072c58526 2,359 1.00/1.00 vMB 19
564,839 564,839 0000000000000000002cd9ec1b8b1f65ea04fd330fece11ae29827e8e193bf66 1,985 1.00/1.00 vMB 32
564,838 564,838 0000000000000000002578fbcdee8275e8ff4a14fc872f7c9c5df21958021a26 3,335 1.00/1.00 vMB 38
564,837 564,837 000000000000000000197823ccb75f793b3076c907ee2202cd39016367b8fad2 2,632 1.00/1.00 vMB 53
564,836 564,836 0000000000000000000af8b06d928e25e9138e94a33e13ea3f08d7c078405c54 2,857 1.00/1.00 vMB 13
564,835 564,835 00000000000000000015dcc6cdfddb5dbf380b7d43eb67f9062a7a5b374aeff6 3,160 1.00/1.00 vMB 47
564,834 564,834 00000000000000000007ae183e640bda87e136c697dd0472f754207e1479331f 2,464 1.00/1.00 vMB 5
564,833 564,833 0000000000000000002505052cde5e8aa8ec7ff39805caa8531eb66af5ab5c1c 3,103 1.00/1.00 vMB 19
564,832 564,832 00000000000000000028b4dab1d4a7c38c9fe6572e46d68a762f3139be248afd 2,969 1.00/1.00 vMB 36
564,831 564,831 000000000000000000151827935364013b899f49c66c11688e3c34abe546ff33 2,828 1.00/1.00 vMB 20
564,830 564,830 0000000000000000001a5fa8ecb72988d2d356b6445cbf9f9ec73cfdf9bf39cc 2,541 1.00/1.00 vMB 27
564,829 564,829 0000000000000000000ae0e4dfcee9e76be06ab98d07d02a6bba48826ab4bcd6 2,740 1.00/1.00 vMB 16
564,828 564,828 0000000000000000001549d1195878f906b80cd8c7924b37509888ffd8c321d4 3,004 1.00/1.00 vMB 20
564,827 564,827 000000000000000000294bd529671f3d7bf5edb27c1aa8df892c132bb9ea0a95 2,497 1.00/1.00 vMB 26
564,826 564,826 0000000000000000001a8a8ae41c6eaf67aa5f4a4a34674c8d6ce6fc49d0e679 2,411 1.00/1.00 vMB 58
564,825 564,825 000000000000000000267f47767a931262341ae78e44045c5eb446a0daf064a5 2,981 1.00/1.00 vMB 50
564,824 564,824 0000000000000000000ff7f392bc97294718b8a3f63c8a0fe88a46ef80ddf44d 1,605 1.00/1.00 vMB 40
564,823 564,823 00000000000000000009a40bffa2f280c6b53e48f331ed622ce1ebe17a600c60 2,960 1.00/1.00 vMB 62
564,822 564,822 000000000000000000152aa53776438438c384b8a371d3a28b5502d0b9477748 3,148 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.