Memory Pool Memory Pool Refreshing

2,230 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,228 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (766,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,566 141,566 00000000000004688a89378069baaf976aa247775b10fa57b31ddafaa5a2a44c 0.05 MB 103 156
141,565 141,565 00000000000002c2fcb5f8c4389cede34bda00ad2b76b34ad710206ed3bdec36 0.07 MB 146 122
141,564 141,564 00000000000006f0ab7707e598da53ec8ebedc8ed610bffe8f31abf4d9dc1155 0.00 MB 9 71
141,563 141,563 00000000000005ba1bbf4ab5dc96e95fa1c9b18643203dfd7d48f19e28d5deeb 0.02 MB 55 148
141,562 141,562 000000000000030c732cce2aa5cb62bc6cd93ca9be195f4bb7b0deba71999309 0.02 MB 37 115
141,561 141,561 00000000000002df60b2b26871c560267308f4fd9a88620ec01c4187aa1d8fba 0.00 MB 10 408
141,560 141,560 00000000000006ddb42c5ad73ea8475d3a1580eeacfa4e12cd233f2f912532c8 0.05 MB 136 161
141,559 141,559 000000000000035692aaecff1475e42b6f06ba33fda4a4b0513f9fcaaa53d38b 0.01 MB 25 224
141,558 141,558 00000000000005bc0db20e0b28a226f38b5bbcc94d71769ce4de329d53c9bef1 0.02 MB 26 285
141,557 141,557 00000000000007b3234ecb7b6c50ef2a3ef0fdce91b0a574d0b06e821cd9acc7 0.00 MB 4 100
141,556 141,556 0000000000000176d2233f2a99f049f5b192cf48db1253ba21012fcc009cb1b8 0.02 MB 59 176
141,555 141,555 000000000000033f83319c41ca390a47252e7157f6271be6114fa7bb20492c1c 0.03 MB 64 575
141,554 141,554 000000000000023d5037ec310da06daa0a5ad643779b98bb54ef341ab329513a 0.01 MB 15 138
141,553 141,553 0000000000000432444567d895f0d8c9bfcda6c159a3e7e10aca2618f5780a5a 0.04 MB 121 104
141,552 141,552 00000000000006ec223fa17563d673161106cfb9f5910e55c5581e643e0e12fb 0.04 MB 89 126
141,551 141,551 0000000000000127b5ea7c590fe00ab25f7561c4fd01004800c67e73180c253a 0.05 MB 131 109
141,550 141,550 000000000000079f53046d8c05d6d11173b026d4debcb0409949ae44643690d0 0.01 MB 13 978
141,549 141,549 000000000000093f3bfce9edb8b8f2dea34e2637370fde919d9e28d9bd842f95 0.05 MB 118 374
141,548 141,548 00000000000004e1405590716fa5fa8dfaa61ea4c5390b59c256155a5646e040 0.01 MB 27 315
141,547 141,547 00000000000008f89aa26ae40881dd88dc911c33ec621df23e764b1e4ca0015a 0.05 MB 142 43
141,546 141,546 00000000000000735c20e100faccaf23e17712a6fdccebb217af3b3c58a58ed1 0.07 MB 168 460
Previous 10 blocks ↓
Total Size: 769.47 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,646.27 GB sent, 95.30 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.