Memory Pool Memory Pool Refreshing

8,604 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 sats/vbyte 3
2 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
901,608 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,089 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,607 (768,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,082 133,082 00000000000009f4dc5f24a5630ea424cd4bad2ddd469bead8c972dde6543ba0 0.02 MB 57 858
133,081 133,081 0000000000000aeed4347e5c01cbd00bbf281399589661e2622852875c5bcb8a 0.02 MB 56 616
133,080 133,080 0000000000000094cda483827798483b7868c5fce622b0e2728ca6dea5fae140 0.01 MB 51 197
133,079 133,079 000000000000008cb6758eb22e393652c0f3ae334f688d7b5cd7f420c2fc122d 0.03 MB 61 755
133,078 133,078 0000000000000491899bc79f044a018f2e72638c938dd8790a475615a5a83cdb 0.02 MB 73 94
133,077 133,077 000000000000048fc92389a892964b8d4660f62babc0adb1c031a905388185bd 0.07 MB 180 1,488
133,076 133,076 00000000000004f5c5c79ea2f697ab33909d27ec1814a26a638b00554023875f 0.03 MB 99 142
133,075 133,075 00000000000008814fd9666b48618638f13c1032a81b77df476a2d4531760288 0.02 MB 47 941
133,074 133,074 0000000000000b04cfc9944a32de9b93984472d173158a26490cef1002533163 0.05 MB 137 231
133,073 133,073 0000000000000b837228c04a73593fb801d0ea03ffd8aac82a4c8b958d055835 0.01 MB 32 163
133,072 133,072 00000000000000b0af7a8b9c923af0ee0730e92d0f24793fe3064add84a4e45b 0.03 MB 93 427
133,071 133,071 0000000000000417dc18fe3f57c15a462e72eb2afe8ca7e0bc4cf8b168946e72 0.04 MB 167 63
133,070 133,070 000000000000058e4c7d947c92435b40162cda76e0957887429fe12fc45a8150 0.00 MB 13 1,250
133,069 133,069 00000000000006b248642439e61a72a9991f94b5d8826c731001821263d66ada 0.01 MB 20 25
133,068 133,068 0000000000000443070354abf105810ccf205aefe97e77b50a5e709194a7d637 0.02 MB 48 269
133,067 133,067 000000000000067c096ad108dad8094d55db9981d6af2ba7248c631de8f77679 0.00 MB 13 2,151
133,066 133,066 000000000000002dd23815e37e122312a2ee1851b2dcab7c54f99bf7e4ad32f4 0.00 MB 15 1,727
133,065 133,065 0000000000000ae066168807b32c9ff85a94165f17000d9c42e1c50451ddc035 0.05 MB 149 411
133,064 133,064 00000000000006eb5a3d184cbceadde6471cee1f9b5f38074794535d8f4ddea2 0.01 MB 21 1,201
133,063 133,063 0000000000000838fbd34d530936d56e864288380ef8c885bf8f16daf88ba1d3 0.04 MB 89 153
133,062 133,062 0000000000000a3cae7737f6c8c5c21b95033ae68bebc7c3ec9cb0ca038cc060 0.01 MB 24 406
Previous 10 blocks ↓
Total Size: 758.50 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: 743.18 GB sent, 39.41 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.