Memory Pool Memory Pool Refreshing

5,647 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,648 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (754,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,993 152,993 000000000000087006338256aa43e338b59ec601449d38c1284731420592f4bf 0.01 MB 15 198
152,992 152,992 000000000000017ce23d23509dac02d5bde25f611cdb4863f4f8991f1c14dc20 0.01 MB 18 108
152,991 152,991 00000000000000494ab53a063d40d1dcc8d247bc933a9d9f5f9d6ac03b6c5d42 0.03 MB 55 80
152,990 152,990 0000000000000a9da3c17660ec98ab5c0d27b004ab9ba787fe69beba134d3454 0.02 MB 29 37
152,989 152,989 00000000000007767d91e2639dd353b0f0fd44f28b636b8e53b6c3a0352ef905 0.00 MB 11 354
152,988 152,988 0000000000000826619a2b9041be70f4d5db88fc7e95eb8e592ec242fc434905 0.00 MB 13 119
152,987 152,987 0000000000000965b3e23404eacb91fed3029ac0417d122d148df915c3517e03 0.03 MB 76 52
152,986 152,986 00000000000003fb9a58367e09afcee409c169ab9fd15075df2df3ecc4bee05f 0.04 MB 107 63
152,985 152,985 000000000000060d0bc94ae39c0b98f9dcd4c7f36ac676941b6193fe29afffd8 0.00 MB 5 94
152,984 152,984 0000000000000dd05c9fedcc18b083e4a62b521b1ce39577c7b176a45319c9cd 0.04 MB 113 63
152,983 152,983 00000000000002a00a9a597094a49c5edbd612fe9ddc17e84cad61529226223e 0.02 MB 32 91
152,982 152,982 0000000000000a0303dba7ba45dade5404ad5d12bae933915a5d3ebdbe40b06d 0.05 MB 107 74
152,981 152,981 00000000000005ba6b45becd5ae49be42aa6109cfab54d696cb39cf72574f534 0.00 MB 8 64
152,980 152,980 0000000000000866c88434bfba34a3563704d45ac14b93bdc51b84dc024a7b72 0.02 MB 41 82
152,979 152,979 000000000000066498b721c6915358002ede7e2c9d4b29a68209d9b398a28fc4 0.02 MB 55 49
152,978 152,978 0000000000000722b10e7d54f622ec14970a5e4cfb8b9cada21bfcc51fd32fd4 0.01 MB 47 0
152,977 152,977 0000000000000b05b27011261bd92f207c384d95f1e66a154e2cba4fae855d7a 0.02 MB 45 101
152,976 152,976 0000000000000753419303fd18cbd80511ae594aad10c40379d0ecd68fb85b59 0.01 MB 22 98
152,975 152,975 00000000000009fc4220cecaa8adc7a7d5476b631e5d77aaae9a4a2d8b4e6f96 0.04 MB 69 85
152,974 152,974 00000000000006436e963dd792fe7780f800d7385f533a773206eb373473c58b 0.01 MB 11 39
152,973 152,973 00000000000001ede37502d33b676467ab0a88c19aa8a93f7d63f93bedcc6cdb 0.02 MB 32 94
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.