Loading Tool

Explorer IconExplorer

Memory Pool

81,928 transactions
30.16 vMB
0.08005055 BTC
Random Selection Loading Transactions
Max Size: 185.10/200 MB

Candidate Block

Mining Attempt 691217196d8534287e20fbfa0632d30059f17d55cfd3cee110a53d6f012ec9d1
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 1bdc9cd6c7f23eaffd2de6baa26df42c5931e27b7d4f7a2580445e4ef6e43b8a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,993
Size: 1.00 vMB
Total Fees: 0.01299396 BTC
Feerates: 60.16 > 1.30 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (350,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
564,821 564,821 000000000000000000248ba927433ada482d7ff3f0d7c605f108c12871783937 1,298 1.00/1.00 vMB 23
564,820 564,820 00000000000000000011fb695ed80ca3cfc3548c2a19bbc8523131e99b252c3f 2,163 1.00/1.00 vMB 31
564,819 564,819 00000000000000000007e2a91bd3ba7f924dd7fcc96373825bfe098604533391 1,962 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.