Memory Pool Memory Pool Refreshing

6,422 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,088 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (552,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,619 355,619 00000000000000000f84b558d6550ef52b8108e97a3371f17d742e639a28ef66 0.19 MB 350 22
355,618 355,618 0000000000000000078c12a7a121bf70b41d232e94bde569759876fe1efdba9f 0.41 MB 517 17
355,617 355,617 000000000000000000d42c60eab6c2e2933d52d56deeaf35ecfd1f28617df597 0.75 MB 1,696 32
355,616 355,616 000000000000000014a52594749f1053f194f365cbeae3771f95a19e8d18e0f3 0.50 MB 507 18
355,615 355,615 0000000000000000110898f052b2e553434195ed3a14ed494a2e6b58e78aac36 0.22 MB 302 19
355,614 355,614 0000000000000000101e9bae38a5f9d9da752f4c2d1247f1cead474d447b19ff 0.32 MB 519 22
355,613 355,613 00000000000000000ba9382092ebc73587f6649ca3e103f30076e3fa3c4b5db2 0.74 MB 1,414 27
355,612 355,612 00000000000000000a15ebc5fd0e9716b6b0989761646dd73176cc4c2cd285bd 0.71 MB 1,482 29
355,611 355,611 00000000000000000a04b39956f1cdcc3b92aa8131765af1ee91f1290e2bd1a3 0.07 MB 119 25
355,610 355,610 00000000000000001415ae9e6885c09d281064c9e876e3f61a5525a551ca7f4e 0.18 MB 313 25
355,609 355,609 0000000000000000132ebf48500f894e86e7d462de4a49933a0a3c24a26220e8 0.42 MB 824 27
355,608 355,608 00000000000000001603fb857ac998b6bfc5c09c24fdae512240a1cce81535ec 0.34 MB 736 33
355,607 355,607 000000000000000006c418a40b0836f9a6035cf2c87f01705cab8cfecb50123d 0.11 MB 213 26
355,606 355,606 000000000000000016edd5b8fc26ac748d51b5510fe18c12389247faa8718af7 0.43 MB 700 26
355,605 355,605 00000000000000000197f1195c38f2e5426e70354fd20ff2fe9ead859d70d450 0.07 MB 83 15
355,604 355,604 0000000000000000005058d3853d968b5c766b46dd3fc81a9046ce75336ee573 0.27 MB 535 27
355,603 355,603 00000000000000000f0adbb5a5f40bd344b8891ac14a699152a1dd0e50e45903 0.27 MB 429 24
355,602 355,602 00000000000000000c91007cdefa11c9a4d0e563cf6399b7baf4747ceeb1587c 0.73 MB 901 19
355,601 355,601 000000000000000004e712f487b7da3059b707d86c0b5100ac7ac49111108007 0.30 MB 522 27
355,600 355,600 000000000000000004bd67400df7577a30e6f509b6bd82633efeabe6395eb65a 0.04 MB 29 9
355,599 355,599 000000000000000013f73be648e9bb3eb7b2cd7234c55813db75289794833f8b 0.26 MB 369 25
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.