Memory Pool Memory Pool Refreshing

11,390 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 21/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 ago 1.00 vMB 4,504 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (88,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,404 819,404 00000000000000000000918a4886c45c9156c03fa5f90685d7fc0290fc590c20 1.68 MB 3,721 53
819,403 819,403 00000000000000000001d27859c54f08fdb3660cdea059843c18815d7a1a83ed 1.61 MB 3,524 54
819,402 819,402 000000000000000000009b3088da70f208d9390e427bea0c060c1f98f0be88ce 1.61 MB 3,592 40
819,401 819,401 00000000000000000001013ed68309ffe274eccde7a7193bd9afc22ca0900f71 2.00 MB 2,855 37
819,400 819,400 00000000000000000001e47857d0fcf5c7326a7d656e3897017adda079884d73 1.89 MB 4,542 33
819,399 819,399 0000000000000000000207b832896b31927a2037bbcd45f2bbfc90b4c292b69b 1.81 MB 4,721 31
819,398 819,398 000000000000000000013dc826f0389df273c208699a98273f90489e16801e6a 1.82 MB 4,354 27
819,397 819,397 000000000000000000023115b27e1027ba343f0253d79c7955dab11fb0b51b9b 1.91 MB 4,390 29
819,396 819,396 000000000000000000041aae4cabbdfde4f81e27fcf016c5c297dc99e1c6306d 1.94 MB 3,788 35
819,395 819,395 00000000000000000002b6ad0945a9b3f0005cc44322d6acab455a75205106a8 1.83 MB 4,560 32
819,394 819,394 000000000000000000030aef1ac6c195688000d26f38a80c5f5a9c8e4e3024ec 1.92 MB 4,165 30
819,393 819,393 0000000000000000000077460c7bc34e59aa99e262385d67582539da9e1d5378 1.70 MB 3,651 47
819,392 819,392 0000000000000000000096b41bbe0f0fe033f65fe65f0e4c3fdf70b8eb6a8b63 1.73 MB 3,629 32
819,391 819,391 000000000000000000007524aaf9e35d33c66891c1a02b2ae192e9f55e9866de 1.82 MB 4,246 37
819,390 819,390 00000000000000000002bf2825b08a23d37b16a89850de910a1ccd173d3d5a7f 1.83 MB 4,389 28
819,389 819,389 000000000000000000005d5c059cf206d49377284635ff2b118647f880817422 1.78 MB 2,811 39
819,388 819,388 00000000000000000002dc2d46996552980d6e68229ec9b81f5dc336af178661 1.74 MB 2,344 36
819,387 819,387 00000000000000000000e7f4bc89d7b62fb75c7832a18f35987c7f69bc8f1c21 1.65 MB 3,907 41
819,386 819,386 000000000000000000038dc72fd8a9efcdf3e90fba660fa4c08382f6f4bd3c1c 1.79 MB 3,253 32
819,385 819,385 00000000000000000003942d3139df320743df7e47b7d6ea47e6f09e2b757dc6 1.79 MB 2,880 36
819,384 819,384 0000000000000000000277903048df8a4c7f7bd37dde53c47592a563d05c1971 0.00 MB 1 0
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.50 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.