Loading Tool

Explorer IconExplorer

Memory Pool

78,978 transactions
29.43 vMB
0.08345603 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt e81790ba01eb33dd4bf430524b4951a972b00721b3167119d529425602ed23a8
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 86c7e5882b5c6362f612a9b673b189269212a10706c568be33c214450ca5e9ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.01882007 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (476,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,877 438,877 0000000000000000044c25cc7181044ebe716511234d850f5e852c8d64890fc3 2,411 1.00/1.00 vMB 70
438,876 438,876 0000000000000000038a15bde3abd6b641ce7b9fe22606f635bf6c0c9715ef7a 1,438 1.00/1.00 vMB 48
438,875 438,875 0000000000000000028153057f7c0c25be07c8aea3e575e55d8a24f1d280fab1 1,633 1.00/1.00 vMB 45
438,874 438,874 0000000000000000026bc26a48e06349d254262c00eefa9ba6f2c51cb58511d0 813 1.00/1.00 vMB 22
438,873 438,873 000000000000000001b108be1f62965ddc0bb04ce1e5dbffaff26b166f9146e7 1,963 1.00/1.00 vMB 61
438,872 438,872 000000000000000002f67869bdb272a10d4ab03e2b765876907d558a015b0048 1,926 1.00/1.00 vMB 49
438,871 438,871 00000000000000000163b6a1d23619c72042274d36fafd726d250a1f7bbb77a4 2,667 1.00/1.00 vMB 60
438,870 438,870 000000000000000001c65a3469805dfd214a6d52c4cc0e0deb4ed6750b369dd6 1,899 1.00/1.00 vMB 90
438,869 438,869 000000000000000002a4074ecbac054b5ee77c8872731d1e822fc058cf34c9f9 2,305 1.00/1.00 vMB 61
438,868 438,868 00000000000000000221a59afcae3513865d3a7c9b4be8cdfb86a19cd9493abb 2,713 1.00/1.00 vMB 73
438,867 438,867 000000000000000003d4cfe0a674162c5feb75226a991f28641567d538847ed3 2,162 1.00/1.00 vMB 56
438,866 438,866 00000000000000000074647cc1ba8b669f35a536bf7037e5fb66d9896794b3e0 2,349 0.93/1.00 vMB 71
438,865 438,865 000000000000000002d0e815a1044e0e5395c582ac211c437ef3747e41b09385 2,866 1.00/1.00 vMB 113
438,864 438,864 00000000000000000131cee0d7203b56baf004547afae2cf75a1be2f45cc456e 2,615 1.00/1.00 vMB 66
438,863 438,863 000000000000000000aac64450471fc4b6242a9eec5cbb58480c7b6bb69ccc1a 2,074 1.00/1.00 vMB 60
438,862 438,862 000000000000000003b92cb68de66f34f1ca5cec5bf90130b4a2f91eb4e81c35 1,321 1.00/1.00 vMB 34
438,861 438,861 000000000000000001d8bac35bf247ad69e873b9b3df3bbd5d40be1aee5de43e 1,865 1.00/1.00 vMB 50
438,860 438,860 0000000000000000028ebafec7bddf214aef66b599740fb2b07a4002eb54127e 2,210 1.00/1.00 vMB 73
438,859 438,859 000000000000000000641d2c7ee77bfb071145b02d6bafbb31271406fc3bb40e 2,384 1.00/1.00 vMB 72
438,858 438,858 000000000000000001ecd95ed8848c690edcf94bac57c422d664508be809243b 2,471 1.00/1.00 vMB 63
438,857 438,857 000000000000000003bb420b041c632c533f8cfdec74d73a30eb42d0b1b787c5 2,395 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.95 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.16 GB
    • Received: 17.66 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.