Memory Pool Memory Pool Refreshing

13,686 transactions
4.33 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,708 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (798,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,436 109,436 0000000000018379873b09c4f5fa89df3755d6d4b7e271a3734661685c0af6b1 0.00 MB 12 0
109,435 109,435 0000000000000f1742e3ac645a52948fb86673530a4899e68ccea940f3203093 0.00 MB 11 0
109,434 109,434 000000000000be1ad2a727e19743a486c27ee01ce71f21eb9d001ef8cd05d2f0 0.00 MB 11 0
109,433 109,433 0000000000019a3a8926d9549e85386f3654b0983948666e0b9ab7bfefe2afeb 0.00 MB 6 0
109,432 109,432 000000000000f14bd29f300998eb7b651635b7739636af981800f93796636ece 0.00 MB 9 0
109,431 109,431 0000000000016bd1bbe35afee63f9154b0affd2dc57885a673b9b9700f243c02 0.01 MB 23 0
109,430 109,430 0000000000009531407f78eaead5665b303d94bebf18fad1c7a43bbba441c740 0.00 MB 10 0
109,429 109,429 000000000001bc3c4811c1e63389c888fbd6f45dd8894a012ae2634436c7a855 0.00 MB 5 0
109,428 109,428 000000000001c72daba568810f492055fad4ae47fee3d546b326c248b3e520fe 0.00 MB 13 0
109,427 109,427 000000000001caf2f5e3b3ffadedd0019e17a5b91ccc6a20a2a83d7e0456a0e7 0.00 MB 11 0
109,426 109,426 000000000000489157e1af47ff9750dd3e39793930853d4209de6a75643be819 0.00 MB 4 0
109,425 109,425 000000000000fafab7291843bb9b2648be6ec37bd62b9a5c7d5c49d9dace9101 0.01 MB 32 0
109,424 109,424 00000000000091d9a30391120ae1d8f789510217c56d10629739752615470050 0.00 MB 6 0
109,423 109,423 000000000001597632af35740215da5b108c6d00ed3d84d50cd83d3f2e4232c0 0.00 MB 5 0
109,422 109,422 000000000001c4895b0f6719ff3f0c1b64a9fa3672bf7e3b6a3120c29602f7f7 0.00 MB 2 0
109,421 109,421 000000000001c2d874c491c8cf3f56e64a288bbf3c268d7339b6e6731ae5d095 0.00 MB 7 0
109,420 109,420 000000000001c75f57422f90092ea13001421e78c206160654dd9f4f578f17c9 0.00 MB 12 0
109,419 109,419 000000000000de60f5adb6d6de0101f46454246f5e53517a6cbeba50c3fc7ee6 0.00 MB 13 0
109,418 109,418 00000000000135d6b5d9d25c6f4dcd7f7a80c9ec5cc6f21830a9e047bad4fb67 0.00 MB 12 0
109,417 109,417 0000000000016955b67bf24080ab1df9b31fe08304ef48bd6b3ccaf86c5bfd89 0.01 MB 49 81
109,416 109,416 0000000000011724e16547699035ded6234a913d35183f24a141740755c22814 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,622.92 GB sent, 92.96 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.