Memory Pool Memory Pool Refreshing

8,262 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,814 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (673,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,420 234,420 0000000000000124e5430a47350398b9526e042fe8126a49e8f407631f4a4ad7 0.09 MB 208 336
234,419 234,419 0000000000000142756dfefda560d0e67d77615aa2be829a5d7ebd0dfbd5ece3 0.10 MB 279 242
234,418 234,418 000000000000003ad857b19b6598b56194dd34500788df26ca413dd5a14535d1 0.22 MB 484 581
234,417 234,417 0000000000000010e542dc9a8e1e0edc0fd00bd1e0f326d6c3d26f01c3bd4ffc 0.19 MB 394 212
234,416 234,416 00000000000000fa5b341a1d38a7aa3429fe69faa3598dd3e781968be59155b1 0.17 MB 417 214
234,415 234,415 00000000000000b191012f13cb23f35ce92a70bb4055dbd1a92e1948232265db 0.15 MB 237 117
234,414 234,414 000000000000018f1f0364cea3b9a4e67669dbd3961ef0b05bc1ffd7946dc664 0.05 MB 114 27
234,413 234,413 000000000000004faf2b9f4b5a7ed5d03b465f1e5d4dcadecf6927b32971c0d5 0.07 MB 171 199
234,412 234,412 00000000000001979baa0e4ab13eefa5edc9fbb7fbd80b128ab774298369ca63 0.11 MB 274 185
234,411 234,411 0000000000000092c39ead1bafedc392d204abc5f6d63a98d8fb287439c8c625 0.17 MB 359 162
234,410 234,410 0000000000000051e75ec922ddfed09dc3ca0a72f0e8bbc875d7b3fb370d7524 0.00 MB 1 0
234,409 234,409 00000000000000ec953abd708b1b0164d50d3bc6b56c26e4919e1bbc6002d31f 0.17 MB 296 181
234,408 234,408 0000000000000176927613f7948b013dc09993f73d968cdb0e61b15d8a3e6d8d 0.07 MB 207 41
234,407 234,407 0000000000000183347df9eaf50c3fa0b255451fb80835bcc8c698336c6d89e8 0.15 MB 131 772
234,406 234,406 000000000000009c85bc7be026e1584365388779409c76e272983f45b9c79973 0.15 MB 44 11
234,405 234,405 0000000000000020d4c573500d35f3963e412631a13ac09343a21ea68477450d 0.02 MB 33 56
234,404 234,404 00000000000000f4fd9ae4eed51a1ed805e60110698ba1736c7d65e586fdb4f7 0.18 MB 388 177
234,403 234,403 00000000000001449854e309bac8acd9f3193ca18c501707a71e36d8abdfddd6 0.18 MB 419 191
234,402 234,402 000000000000011ed2d41216224cee29f5179f714b007c99047d15dd4476afef 0.15 MB 340 221
234,401 234,401 0000000000000197803e1b1ffd7d37f85cd9507181afb0ff24b66db8cbb7ab10 0.13 MB 325 224
234,400 234,400 00000000000001640a590fadfad33111bd91fcd6407e83ff8540c194af38c126 0.25 MB 344 85
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.