Memory Pool Memory Pool Refreshing

4,871 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,791 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (626,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,052 281,052 000000000000000178d4eeded65fd0f3d5633b93a96a220f4c081bdc5ca3b181 0.25 MB 562 82
281,051 281,051 0000000000000001b57482e7167a4169b137771f5f73a7df44a32ce8a974f2f8 0.38 MB 601 30
281,050 281,050 0000000000000001ca983348ddde13f58d927bcca8a52718c40fcd47810a7354 0.25 MB 602 69
281,049 281,049 000000000000000183d81b17459b899b3e2a419de1cc40260a02a69933d31c39 0.13 MB 269 51
281,048 281,048 000000000000000265b00f25d3e75f03d786c9c85ffc532646637af462a36b47 0.13 MB 258 43
281,047 281,047 000000000000000232fa92acffbcd1ef94fa60f6928ebf538197fbf1943a0d99 0.11 MB 193 39
281,046 281,046 0000000000000000ad0716ae96f171e4866fd39d4879536fba4f092179f6f9b4 0.07 MB 144 31
281,045 281,045 0000000000000001db3519ef68ddad35d1a6e6367e60b0ca11dd528412f00fb4 0.22 MB 441 48
281,044 281,044 0000000000000001a999406d7ff1a96aa29207f104241e5482490070f899f4d9 0.05 MB 107 42
281,043 281,043 0000000000000000a7f4bbfce816477288c639f9f5c46d0c33905829f327efaa 0.11 MB 202 36
281,042 281,042 000000000000000251cb03a3291544dbb0d11425aa75f7bba9b6157340ad293a 0.10 MB 209 41
281,041 281,041 0000000000000001e750ead06cb436dac6a2e1718e22a69f73b02d31eb430f46 0.12 MB 293 41
281,040 281,040 0000000000000000ae782eed238fb2c2ae1066c0c06122c77681a9e98dceba59 0.10 MB 94 15
281,039 281,039 000000000000000259b5c35d7be578ae3e0bc3cd9927fc2a8998528e73bfe60a 0.25 MB 433 55
281,038 281,038 0000000000000001bf6ab53c0f56f29b49a589ed96a7bf29f8283a288e8a22b2 0.50 MB 1,257 49
281,037 281,037 00000000000000017d2603016fd224ee2c77370dd600135b73686ecc6f937143 0.00 MB 1 0
281,036 281,036 0000000000000000594903035b6ba8181d73a87f291140b1515bfaabce51d755 0.05 MB 183 128
281,035 281,035 00000000000000022628c5e6e8f3394a09b782341d9d17947ab7891105b396b5 0.36 MB 484 24
281,034 281,034 000000000000000048699651891a930f05f38df38dd01d4a196ed23a792345cc 0.50 MB 1,135 45
281,033 281,033 000000000000000121fc80c891d66fd470f199800acc572eaa8261854a71efbb 0.05 MB 122 165
281,032 281,032 00000000000000002fac29313ebed652050d63ec43bc84c3b5cc9549d4d67626 0.04 MB 86 36
Previous 10 blocks ↓
Total Size: 769.21 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,634.50 GB sent, 93.99 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.