Memory Pool Memory Pool Refreshing

2,406 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,393 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (77,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,577 830,577 000000000000000000011377e866b4e78f573b5205ade679ed493531a59fdd18 2.40 MB 1,293 15
830,576 830,576 0000000000000000000045be77eb19288600474aa66fc554b3440e56a2e9f1ec 1.65 MB 3,264 32
830,575 830,575 00000000000000000002d833e162117cce8835929233173111730083474d5154 1.46 MB 1,297 15
830,574 830,574 00000000000000000003094c93246375614b1c2efbba6432df1b4bb9cc05c7ed 2.10 MB 2,030 18
830,573 830,573 0000000000000000000380dfaa1f1f0c9293560415ffc07a385e3bff1033b01a 2.07 MB 2,668 22
830,572 830,572 00000000000000000002911067ea6d927b0900906b3ccf150a411dcc64f3a338 1.72 MB 1,232 16
830,571 830,571 0000000000000000000312abe60122854b5baed2f948c8b1b17a402854bcaf40 1.95 MB 1,781 20
830,570 830,570 0000000000000000000261dc321586c81201c53d8c91bbb8f98db5b93cd78167 1.91 MB 1,524 16
830,569 830,569 000000000000000000013a4b97471bcb7b5bea6ac07182f44b7a584035194430 2.17 MB 1,867 19
830,568 830,568 00000000000000000001d0e793ddcfe74944037df14cf730555ec395fcfeafa2 1.73 MB 3,213 32
830,567 830,567 00000000000000000002ad00018f43919a971601bdacf97c58b7139398074942 1.94 MB 2,235 20
830,566 830,566 000000000000000000004aeefd991fdd766c841c9fb5e3120a20a6e1e97a6817 1.44 MB 1,362 15
830,565 830,565 000000000000000000038ddb04d9d6acdb90e56cdcea3cedea9c8e36d6ad2cb5 2.16 MB 977 14
830,564 830,564 000000000000000000011955ef9f2c6a568de90ce3a5d8397d7a0e0ec598d6e7 2.02 MB 671 14
830,563 830,563 00000000000000000000b6f7ff0954cd707721be9afbec05a63f2c2acea93531 2.41 MB 1,787 20
830,562 830,562 0000000000000000000328817d995b3c0d6bb99c9d08f689470883403701d88b 2.17 MB 2,526 24
830,561 830,561 000000000000000000007c50670ac6b24203db527cce66db19301dc4f75c11f8 2.28 MB 2,029 22
830,560 830,560 00000000000000000001a7af349847286fcca6c5670bf72c2c84f672000a858d 1.99 MB 2,285 24
830,559 830,559 000000000000000000025654517076cafe109b190603498f3d42f685fa263941 1.65 MB 3,005 34
830,558 830,558 0000000000000000000194feaeb378d942bc18045fdbe76c101a1c15f53afb54 2.24 MB 2,320 22
830,557 830,557 000000000000000000012139a56b66cf50378b3b77b1e58b04e2662562fab5ae 1.60 MB 3,752 43
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.