Memory Pool Memory Pool Refreshing

8,974 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,704 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (798,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,450 109,450 0000000000019b4fe5723703d11b519c7975587a73f34bff1d30e267845f8783 0.00 MB 12 0
109,449 109,449 00000000000071b570e9bbdab451ba21fd971f313970c1f2e446819994968bfd 0.00 MB 11 0
109,448 109,448 000000000001aec52b8d7fe80b13544b7330cdc36e7fcdaaa6dfc591f807b359 0.01 MB 49 0
109,447 109,447 000000000001a4331b2c8b4f22264a98dd9af39e258f4c818d8dd94f695f0730 0.00 MB 7 0
109,446 109,446 000000000000ce3aa35b3d7247790ec3b9d860da9c91a3317d13ddaea0f65e7a 0.00 MB 12 0
109,445 109,445 00000000000023d6078bb6c1f337eca3277171c9442ff47bd6b11cb255e767f4 0.00 MB 5 320
109,444 109,444 0000000000008e1d3d28dc033defd98213515e966bfbbe4bcec2663723abba85 0.00 MB 11 0
109,443 109,443 000000000000db6ae9dcc4a119052edbf39537a58fdc58dd093c76e8cca950e3 0.00 MB 4 0
109,442 109,442 000000000000af0c68722ac8e95dc132bdc31b74e038fddf0e82e2ada3466e63 0.00 MB 11 0
109,441 109,441 0000000000009ce6d2a6eb866d4f48236020baec2f6eaea4ed6a3f3d3950b960 0.00 MB 1 0
109,440 109,440 000000000000bf5f92e8082dc3d35578d1bb6d77868a9ce7d32fee4bf9d1b63f 0.00 MB 12 0
109,439 109,439 000000000000b5ddbeb11c24064d7516b78fa5d04f7a54b0d679946d56c6e279 0.00 MB 5 0
109,438 109,438 0000000000015353adc5fd12062aba7c0a5fa8a284d1053863a62abfa404d08b 0.00 MB 3 0
109,437 109,437 000000000000aa09a418626330e7347038644a164c467de5855a8aceb2c55932 0.00 MB 3 0
109,436 109,436 0000000000018379873b09c4f5fa89df3755d6d4b7e271a3734661685c0af6b1 0.00 MB 12 0
109,435 109,435 0000000000000f1742e3ac645a52948fb86673530a4899e68ccea940f3203093 0.00 MB 11 0
109,434 109,434 000000000000be1ad2a727e19743a486c27ee01ce71f21eb9d001ef8cd05d2f0 0.00 MB 11 0
109,433 109,433 0000000000019a3a8926d9549e85386f3654b0983948666e0b9ab7bfefe2afeb 0.00 MB 6 0
109,432 109,432 000000000000f14bd29f300998eb7b651635b7739636af981800f93796636ece 0.00 MB 9 0
109,431 109,431 0000000000016bd1bbe35afee63f9154b0affd2dc57885a673b9b9700f243c02 0.01 MB 23 0
109,430 109,430 0000000000009531407f78eaead5665b303d94bebf18fad1c7a43bbba441c740 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.