Memory Pool Memory Pool Refreshing

2,672 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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
907,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,554 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (712,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,609 195,609 0000000000000301a176d3b215ca197a814f1fb2d0c4ea99d72cd79508147642 0.05 MB 152 163
195,608 195,608 00000000000003b30279a84ba0fab02d65856b931b168dba0e86e2857e79d0aa 0.25 MB 607 141
195,607 195,607 0000000000000673e848ac5cea959274fde06dde7ae1d8d195e638210679de09 0.01 MB 24 97
195,606 195,606 00000000000006abf52560a00794c51794d9cce7aa89d54a5cdc4740e98f4e11 0.05 MB 134 372
195,605 195,605 00000000000004b6381cb60822426a594cfc55ae3a744187168648f54c865027 0.06 MB 183 441
195,604 195,604 0000000000000446d6e07e753af904a60ff17104794a4b1b8cb11b772475cdc4 0.09 MB 213 166
195,603 195,603 000000000000041073affc6a09ec970c50e91f326730dcde2fb791c02bb4fa70 0.01 MB 16 30
195,602 195,602 0000000000000349f910a2ce3d4032f3ebb8149ae63b3ec5287d75d423b0b5d8 0.12 MB 346 136
195,601 195,601 00000000000003c8d76448bda281686731e8fad180df23dab2644682806a6520 0.04 MB 84 168
195,600 195,600 0000000000000674655ba2ba2a610b2a50f9c74bfcb2d43a5899ed0cd42ad1ae 0.04 MB 43 97
195,599 195,599 000000000000023f9d2759260c51f9ff04b8aea255e9b19ebd9479c9d8ab25d8 0.03 MB 126 62
195,598 195,598 000000000000044967f538d01031330c290485e9f7948dd67dddb4f1fe8fe263 0.32 MB 826 164
195,597 195,597 00000000000003bef27752513f06784808055a127b2e23fd7180b270690a445f 0.00 MB 13 46
195,596 195,596 000000000000062667e320e3ddfc22d0bf6e7d05b4c7ffc6d532aaf02dd8c772 0.00 MB 12 14
195,595 195,595 00000000000003efe769358a42955cfa2149eabd1a7b8f978f27490c05fe042f 0.25 MB 509 226
195,594 195,594 0000000000000058d56afee3abfb3b3eb3389cbfac313871e1cd5df352af78f3 0.05 MB 155 357
195,593 195,593 00000000000001626ad08633e041c09db483e997007514f14813bb4dcd8cbe78 0.01 MB 26 166
195,592 195,592 000000000000037d34d1ef1e1e0fa5eeb5579483cb682a0f952ddc65f2c64843 0.15 MB 277 119
195,591 195,591 00000000000000f4fcd95f0592a4cd7e71fc98fb98e8dc5e07dffb22dfea98db 0.05 MB 128 70
195,590 195,590 00000000000001c8ae0fff06ccfadec1d5a2b3b21c1b12ed8e6064840fc2b6db 0.23 MB 557 239
195,589 195,589 0000000000000419fe26696873799157ed1741aa92068e1b495ff2483bf77d8b 0.02 MB 44 164
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.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.