Memory Pool Memory Pool Refreshing

8,430 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,741 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (38,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,298 869,298 0000000000000000000122ce3118d12e2bc2ed7db10b450cfe4543b4dbfac6a6 1.57 MB 5,083 2
869,297 869,297 00000000000000000000edeeb5a7bb1075995f05115331df53a492f00b1dddc3 1.53 MB 5,276 5
869,296 869,296 000000000000000000010ebd362c1b4d4fab7504589e2c1eb20959ba94232fa3 1.67 MB 3,479 4
869,295 869,295 0000000000000000000201867cb946c6c4da43f5f90721ffcf7671eaf9f58548 1.57 MB 2,603 5
869,294 869,294 00000000000000000000818bdc6488d3ec08b0727354a537a036892ed93c51c0 1.53 MB 3,177 4
869,293 869,293 000000000000000000004434b2068bfc6569e40162b3428c51f6da7c6af49f47 1.65 MB 3,521 4
869,292 869,292 000000000000000000004702768c39f604e27e2c920ba56be257c2f7379b540d 1.66 MB 7,059 1
869,291 869,291 000000000000000000028b82c0da153c383901d35eb0d87651f17e23f118b25d 1.60 MB 4,781 4
869,290 869,290 00000000000000000001b75dd85baeea5a24c6d7ee8049a046537ad9b6dc988d 1.73 MB 3,623 2
869,289 869,289 00000000000000000002990bb2fae212e4cbed2228f5d07ccbf844a09a8c51ac 1.66 MB 3,901 3
869,288 869,288 000000000000000000016c4e38138bf650bb99069a81dc1fa95cdcde6072f1a5 1.61 MB 3,565 7
869,287 869,287 00000000000000000001c57798d62e7e98d45d0d0fb4a542b43bf41d2258a385 1.62 MB 4,395 4
869,286 869,286 000000000000000000025a214159ca9b2da6b3ae7bbb3341d69bb842f313189a 1.67 MB 6,522 2
869,285 869,285 000000000000000000006437746a33f002c65e7eb2906bc984049964a5a03783 1.59 MB 4,442 3
869,284 869,284 00000000000000000000db29bd138850054e595f86b2f83afdbd5d4f7d34e31f 1.57 MB 4,646 4
869,283 869,283 0000000000000000000040174adaf0ec907cd0dc2b88455df3be6f45e7a4c148 1.69 MB 3,059 4
869,282 869,282 00000000000000000001364677f11ceac0dc66d9713ec25a81d14da0a3bc1f62 1.68 MB 3,303 4
869,281 869,281 000000000000000000007650592a0dff8e77e366b8c7ab84aed919899a7b285e 1.88 MB 1,615 2
869,280 869,280 00000000000000000001049c69b4ea748dfc7aa65289cdbe4e55156088ff5d93 1.67 MB 2,016 3
869,279 869,279 00000000000000000001114249bf8a74d1ce426852d8b7a3390aa324566b19bb 1.76 MB 1,635 2
869,278 869,278 0000000000000000000039312de944f1ceb21e1530f0e09a109c56d04544b0de 1.62 MB 3,327 4
Previous 10 blocks ↓
Total Size: 769.26 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,635.23 GB sent, 94.21 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.