Memory Pool Memory Pool Refreshing

9,987 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,343 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (765,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,357 142,357 0000000000000743c432f84ad688b7b60d1474ccd7baa3d762df0b3f51205712 0.00 MB 1 0
142,356 142,356 0000000000000880525394362c00eaa68d6ed395ba64553615cc6b1b6852af8f 0.02 MB 41 346
142,355 142,355 000000000000023a39d1e2037c42be5a8dfcc531c8e984b1d24f060c2bef68a9 0.03 MB 64 47
142,354 142,354 000000000000045a46668d2d58aba3c4749c23dbef2f15a5592b3beac863d32b 0.03 MB 67 193
142,353 142,353 0000000000000638a5c5d150bbc2fdcd205425459f2b3e7622bd3d23fd65158f 0.00 MB 10 471
142,352 142,352 00000000000008fc6cde47cb0629e104ec840262e1cabaf9e0f60e6206ac72a8 0.04 MB 126 129
142,351 142,351 00000000000008b95ec158da5eee756be626db62c807049d04aa4aed8d9c328f 0.01 MB 23 110
142,350 142,350 00000000000007e6448d69d98eda1dabbab8b42c7a7e745ff7c1e83fd210afff 0.01 MB 36 148
142,349 142,349 0000000000000784edff1d2eb7cf3f1bb6a9e783666f744bab08294bda5ead6a 0.00 MB 11 71
142,348 142,348 0000000000000341e5a3293e840ac52619c4604351c6efd12bf0a62a7be5b83d 0.03 MB 71 239
142,347 142,347 0000000000000622a6a887b867af103a040f9bca8da1044b211577a7805c1023 0.02 MB 81 0
142,346 142,346 000000000000038d6ad7436e8195ebd567c9edca452f6a2d2dce30faf6c6ad97 0.02 MB 28 56
142,345 142,345 00000000000001c58a4e8d5700ec8f058c6b98d54a261aabadc12db3e8699114 0.01 MB 24 124
142,344 142,344 0000000000000793368a62b6995769ff74c146d0a1d214eaaf6261502be688a7 0.02 MB 55 89
142,343 142,343 00000000000004f678362b22a05b57b402efbc9e3c93841514988cee913042db 0.02 MB 36 409
142,342 142,342 0000000000000503db95b96c05505e67019f96a5f63852e798eb16c190371e3e 0.01 MB 30 365
142,341 142,341 000000000000068bd7b68637a8785e458d9682a74225c4db0545eff08de9622d 0.00 MB 10 78
142,340 142,340 000000000000090fcf968388aeb2118c18a4ec627abc5ac53bca268d4d1d8a4b 0.01 MB 10 58
142,339 142,339 0000000000000856ae6c883cd132f2ef7ddf7befbd6fd3cb1e9bcd88aec1f8f6 0.01 MB 19 167
142,338 142,338 00000000000006a6564d8c7d6e5ac107ef5fb86428ca43c53731cf366992d74a 0.03 MB 98 99
142,337 142,337 000000000000075083dff11eac3e542aafe6c6f64e6056f509edaf29b190772b 0.04 MB 78 352
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.