Memory Pool Memory Pool Refreshing

11,043 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,575 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (158,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,443 749,443 00000000000000000005b8035cb835880de8189440df25b77060f984ab8465de 0.74 MB 402 1
749,442 749,442 000000000000000000067638402c0bb846ddc149e8f928f19189bb0479cb3eec 1.56 MB 2,098 2
749,441 749,441 00000000000000000008f814617d7d0328ff7ab897ddae14fad8943416393da7 1.59 MB 1,907 4
749,440 749,440 000000000000000000090f5a243473ec23ef0df0450d80ed2cc42d0ec112734a 1.60 MB 3,142 5
749,439 749,439 0000000000000000000866e496a037640050bd29c4dc013b59538990032df836 1.41 MB 1,317 3
749,438 749,438 000000000000000000037cf9b7ffee4a5dc4f4528626fea1e4be05c2577a77bd 1.61 MB 2,756 5
749,437 749,437 00000000000000000006cbf5abf60136a34f9e39e9b0f93c06001c2046302926 1.66 MB 1,906 9
749,436 749,436 0000000000000000000651cc337baac15edbd75ecff21224fe5aa377bbd60609 1.59 MB 2,101 10
749,435 749,435 000000000000000000029c6c006d21a7ecff716b627a16d529e76498a033ff23 1.60 MB 2,240 10
749,434 749,434 00000000000000000009463b9e72c0542c71d26d9c8e718105403ef587fecee1 1.60 MB 2,177 7
749,433 749,433 000000000000000000006460b416d0c28c41431e4751df6e2a1edefab7369ba4 1.40 MB 2,114 19
749,432 749,432 00000000000000000000d636c79c0439663cde71e6466fce348e2145529e5ef7 1.01 MB 1,774 8
749,431 749,431 000000000000000000034e76db357f9100ddd36344348fe306c1273aad413eda 0.38 MB 649 8
749,430 749,430 00000000000000000004cc3b7d8bf2919e928ee97b71481ced8f49aa43225eb9 0.59 MB 1,260 8
749,429 749,429 00000000000000000005b3338b518cdd5d858af7a86723d82f1f92961118ef51 0.03 MB 60 6
749,428 749,428 00000000000000000006fca1536af6299cb80b521849399ac363818d118afa6d 1.30 MB 1,146 2
749,427 749,427 000000000000000000025058f3930c93aaa913678b1d9545712be8c7aee8daf3 1.54 MB 2,507 6
749,426 749,426 000000000000000000099d11c6513475c679405cf11b8fd19fc363338e33d421 1.58 MB 2,584 11
749,425 749,425 0000000000000000000497fb07b0fcf642e8b81cba5d5be557c2d1382e6d4a75 1.57 MB 2,986 5
749,424 749,424 00000000000000000000af8c95fdb87b61c04dc374173819758c84b908cc4b14 1.63 MB 2,252 6
749,423 749,423 00000000000000000006fb6d19dec7c6c9371f5bc8709bd986783e26e7910c13 1.48 MB 2,269 9
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.