Memory Pool Memory Pool Refreshing

7,787 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,363 907,363 000000000000000000003a1161a5ac6caa723afed61b85c216b290150fdf4170 1.62 MB 1,698 13
907,362 907,362 000000000000000000008299ca3d84e9d5aad17c0c607009491605284a8c7a65 0.89 MB 970 7
907,361 907,361 00000000000000000000cfa8d770c4fe2c90857a0096d01a19c8c0b727c65c59 1.80 MB 4,881 0
907,360 907,360 00000000000000000001aed0517c2f8b54570c44dd52d3b2ed3a51420afc71fa 1.75 MB 2,735 10
907,359 907,359 0000000000000000000206836734544e209f15a3a4fde0f446f6c7c023a9b9ee 1.76 MB 3,770 4
907,358 907,358 00000000000000000000ee3a921071fab71abedef878e56d68289a12ddcda55e 1.65 MB 2,339 8
907,357 907,357 000000000000000000019cae7f8fac10a3469e81b7f854ef7f08d4dd670be9fb 1.74 MB 2,835 6
907,356 907,356 0000000000000000000188977e626890f3f8ccc3bdbf26a02e54b075c76a01c4 1.77 MB 4,611 1
907,355 907,355 00000000000000000001ed3094e0e3f91c00531d1b97652d7b69d5d23e4d53d5 1.52 MB 2,763 2
907,354 907,354 00000000000000000001688e05e1d8fe32927d43d28d838f665bc51e475ef3b0 1.42 MB 1,996 1
907,353 907,353 0000000000000000000170a9fc5a24007624e17ad7284509123bd18ab06cce71 1.30 MB 1,607 2
907,352 907,352 000000000000000000007b59591b950ccf6086de2d3021fa0d1e7237821fecdc 1.51 MB 2,935 3
907,351 907,351 000000000000000000010b8f629848293680568fa3cb2953b51662b314313b50 1.81 MB 5,086 0
907,350 907,350 00000000000000000001bd9ba003ae1347f820f8dabb283e9a5ff4114af70b62 1.62 MB 3,762 1
907,349 907,349 0000000000000000000206205d03a0a65e75ad27083823fa3a8f0e73c9161322 1.72 MB 4,477 2
907,348 907,348 00000000000000000001016b2b2da2a76f5892f4b5c54ef6ea9c9732881a262d 1.75 MB 4,318 0
907,347 907,347 00000000000000000001e8407f9ba375a31d43c6edbe723eee7a3a26afc0b579 1.55 MB 2,420 2
907,346 907,346 00000000000000000001eee129bd1b369f6d6bb7d0898277e6a7a049e60f1d13 1.53 MB 3,118 2
907,345 907,345 000000000000000000001bd0e4807f57d5c362af1a2ee8327f29271b82d788c2 1.70 MB 3,287 4
907,344 907,344 000000000000000000002e842ce28ac29e2c9a3ba3bd09ae633e2d0e4a796e0b 1.68 MB 2,805 6
907,343 907,343 000000000000000000006e62d432be6a4aa19fabb066c25400f228d5a903cee3 0.17 MB 193 3
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.39 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.