Memory Pool Memory Pool Refreshing

9,645 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,058 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (44,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,723 863,723 000000000000000000022426a1a93c147e01bf90a8f69862878591a89dcf2488 1.49 MB 2,394 9
863,722 863,722 0000000000000000000169de25c384dbd01f053176ea0bc358e1a329c95e365e 1.89 MB 1,400 3
863,721 863,721 00000000000000000001600752f157d43aaec90bf9992b3d9aa7d0f4ed3fb443 1.65 MB 2,634 5
863,720 863,720 0000000000000000000187934f11b12f05ae589dd8fff22b645b0ec588e5f8df 0.00 MB 1 0
863,719 863,719 0000000000000000000007edd9101a4d9da552d5a4fb5d1584a24690029f54e1 1.89 MB 2,113 3
863,718 863,718 000000000000000000025ecff0c3bd10e8a8cea4a3f350b205d7065926e8e853 1.63 MB 5,649 2
863,717 863,717 000000000000000000001b67a134e21e44ed689f35d26adec8eaa79c53683516 1.69 MB 2,676 4
863,716 863,716 00000000000000000001412a1f6fe718474d81436f9316b2ccabb7e8db9992e1 1.84 MB 2,410 3
863,715 863,715 000000000000000000027d96c41b3898416df8446b49bb50ce87a9a6d00a8761 1.80 MB 2,112 3
863,714 863,714 00000000000000000001774366c07b93f38498bb812ec5677877899d9ba9975c 2.17 MB 151 1
863,713 863,713 000000000000000000016dd8ff16946c624f91668697de1cb6470a838ae2061f 1.94 MB 1,498 2
863,712 863,712 00000000000000000002392d56f5c80164bd5f7caa0bd7b6c0b7a73be0d69928 2.02 MB 1,502 1
863,711 863,711 000000000000000000007ba615274ee345506b03d2645075f1ab4f15ac35e08d 1.53 MB 2,968 6
863,710 863,710 00000000000000000000077f71fa39f4420adcd7ec0caefbf9da9752a58fe52a 1.77 MB 3,409 3
863,709 863,709 00000000000000000001ed74326783eaed7c3bca133f4e34d0f62acd4318e636 1.57 MB 2,828 6
863,708 863,708 00000000000000000001c97029f378d6fcb8e0bf03f5a931fb60835d10b069e7 1.41 MB 2,982 10
863,707 863,707 000000000000000000000957446fe377a8234cb27ddfd505188d6e71c96f683f 2.16 MB 282 1
863,706 863,706 00000000000000000002371f2b365a9b3f8f10aaf1cf628694e03f781e42d420 1.72 MB 4,361 3
863,705 863,705 0000000000000000000066573cca773176e7fc87a1503e9c6f67f499965cf4b8 1.61 MB 5,109 3
863,704 863,704 000000000000000000006c8ef2b5fee5b8cb4f2f1a469dbc350a6ae19d2fc6e2 1.55 MB 2,924 5
863,703 863,703 0000000000000000000192ac2db6a71cee02a3b38196df1e8833ce33bd20fb0c 1.55 MB 2,863 7
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.64 GB sent, 93.04 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.