Memory Pool Memory Pool Refreshing

2,892 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,885 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,607 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (708,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,528 199,528 00000000000000fa69f38c6e7c91bd7642d69c7d50e0beea5d32129d5d64993c 0.01 MB 18 521
199,527 199,527 00000000000002631aba7b426b1806a13517e363c818aee64b4a2b64b66b5888 0.05 MB 99 432
199,526 199,526 00000000000002838315667f59831b2cbd6d99caee425679f2d088209045f29f 0.01 MB 26 125
199,525 199,525 000000000000039f98c0d8008c146ceeb9fae9a1f2bfab395709c55eff2d4022 0.03 MB 49 98
199,524 199,524 0000000000000257b4509b5d21c122102af2c3bbb6be5ed6bface366dd62732e 0.03 MB 112 10
199,523 199,523 000000000000033f59ce40ffee200324a55d77e00a0ae943ef0339a15823b6cb 0.07 MB 162 107
199,522 199,522 000000000000037aa685554b78d2b26bd9f87c51f3fe2e8dcd047563824b19cc 0.41 MB 1,024 74
199,521 199,521 0000000000000565af56e5e5f92492f86463180262f808e27536c267e8668cb2 0.05 MB 114 123
199,520 199,520 00000000000002ad7500f3f595a87b6a5fb7afdc1bd3ee86b3f0f9ee804cb936 0.01 MB 32 0
199,519 199,519 0000000000000409081268e6bba52aa39fa744a100bb4aa578f76119fc5a2064 0.05 MB 122 101
199,518 199,518 0000000000000493db59e957160a94496b5a5f76b15b48df66a1e145388b5123 0.13 MB 317 178
199,517 199,517 000000000000007828503cd3b08694dfd42d767b6eade61eb8b9a2aa879a5dd1 0.06 MB 179 141
199,516 199,516 000000000000050cecc244cd0c490f2a1eb284883843a7835ae00e76aa3661a0 0.00 MB 3 97
199,515 199,515 00000000000003527243951584811b2cc30225b4bcce8a1fba070a080289f89b 0.02 MB 49 251
199,514 199,514 00000000000005020427bf8029d166e00bc1028a425e19ede5266f4c4760f210 0.04 MB 95 70
199,513 199,513 0000000000000512f541c8b5dddcdd6b35761250e42073b1e6ad28a37ade589f 0.09 MB 169 104
199,512 199,512 00000000000001dd13fbfb103a4afe185f1a9b303bcb5df4d0e0615ae2558a44 0.34 MB 439 91
199,511 199,511 00000000000003daab84c09f7f67318a6e49d3667b26a40697ef7c1a7a83430c 0.05 MB 122 142
199,510 199,510 0000000000000312334754bf4a273d53f9d6adaeaa733c0323031a41f03659a3 0.01 MB 16 61
199,509 199,509 00000000000001847e83494bca8a9ee57e16ca14b24976683be3ce8d4d11397f 0.01 MB 26 83
199,508 199,508 00000000000005c75aef942f486b960052fa0e9e2ff1eb1a7ad529ca0b1eb13f 0.04 MB 83 158
Previous 10 blocks ↓
Total Size: 769.32 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,643.14 GB sent, 94.59 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.