Memory Pool Memory Pool Refreshing

4,167 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,613 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (8,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,348 899,348 00000000000000000001c7a0eb42dc8af0bf4ad1bff5326d5d72c6f0ba6cee07 1.05 MB 86 1
899,347 899,347 00000000000000000001dd79cf8a54a4601101485c682e6de6977349e8b5df11 1.02 MB 158 1
899,346 899,346 0000000000000000000165066b563dbacf9643b3be8879527da4437302d732cd 1.25 MB 726 1
899,345 899,345 000000000000000000021beddfe4e64095bf57fc044d5a5449ed027fe6b0a1f7 1.45 MB 2,699 3
899,344 899,344 00000000000000000001c209b3227672df22743037d0ecba797534237b6f4e8e 2.02 MB 551 1
899,343 899,343 000000000000000000018e44fcb44094dbc677a6b0f1dd3c510e5739684c7a5a 1.53 MB 2,437 3
899,342 899,342 00000000000000000001b91352a02efa190060a0bc1c24087522a74a0f3fb510 1.28 MB 2,200 1
899,341 899,341 00000000000000000000f1e538cc23f4f3ffa528fdb0d62b26f3f2ec960f33ba 1.42 MB 2,722 2
899,340 899,340 00000000000000000001b884cfbd388a21676c55b7e54dad81d40cc68df60aaa 1.60 MB 3,754 5
899,339 899,339 000000000000000000003551ddafd8bbe82b413b3b583ec13533d2a9337ac9ad 1.77 MB 2,599 1
899,338 899,338 00000000000000000001c72c5dbbfbf26f37da619e88affd8dc549d409e06529 1.50 MB 2,342 2
899,337 899,337 00000000000000000000836f1b85992d0b4761f744381a418e533b8ac28cb552 1.57 MB 3,544 3
899,336 899,336 00000000000000000001d1cd9fb57ab5acb300462ecc75da000e6d3f9ad8ae85 1.59 MB 3,084 2
899,335 899,335 00000000000000000000924d36c262011ca8f4e58ded02bc77501307377e4e23 1.25 MB 1,350 2
899,334 899,334 00000000000000000001b3fd13a67aaf628251eefe56a6dab574805ef9a50b80 1.51 MB 3,141 2
899,333 899,333 000000000000000000002f8e626ecd6b29fcc19f0c0d7567a13c2bd9af0c6b9e 1.65 MB 3,177 6
899,332 899,332 00000000000000000001367b27c97d41e277c28b235c9e0bfec70f5258e829f0 1.28 MB 1,478 3
899,331 899,331 000000000000000000009d08ff1bb3ed76328e1bc26cd3d6d91d17ce3278f204 1.27 MB 1,543 2
899,330 899,330 00000000000000000000a0f0596e291e7fd74e2304231f7da31bca44bb7d45ef 1.35 MB 2,242 2
899,329 899,329 00000000000000000000249aa847bc98f772991c7334cfcba888c3f63ea046bb 1.64 MB 3,215 3
899,328 899,328 00000000000000000000d8a8f916de890f4c295d77c988d047ca0f5bcb55f805 1.65 MB 3,007 3
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.