Memory Pool Memory Pool Refreshing

5,345 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (558,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,522 349,522 000000000000000009d4f086e1e3195c8313dde8aa2322c7c1a48880c2cd3881 0.08 MB 101 11
349,521 349,521 000000000000000013dbc20e17dc07fda8e8e5c1ddf9b3f83ac607d18c939814 0.25 MB 423 27
349,520 349,520 000000000000000012e40f8702173ff3993cf1999dc523967ab1cbe7f22eb0ae 0.38 MB 605 22
349,519 349,519 00000000000000000077a2302a260d113d3dfd6322ef4a9f6e8c6e62e39cdb54 0.70 MB 1,074 19
349,518 349,518 000000000000000001c8dc7acd30f9da1be09b6e301619bfd287c469ce178bd5 0.75 MB 2,067 38
349,517 349,517 0000000000000000097c203e60bcf257d1328f9f9087d44bd02634f977a186b3 0.43 MB 934 27
349,516 349,516 000000000000000009b13a6b9a7549a35f4eace121a9c03aaa4a44d1258c7174 0.19 MB 323 17
349,515 349,515 000000000000000003a6e1d1660f517b7de6ae8c90335560c05e6f986e5c7a33 0.58 MB 1,088 25
349,514 349,514 00000000000000000de9531c2850575af6d6bbf50e7b45f7e8e335303be03816 1.00 MB 1,275 18
349,513 349,513 00000000000000000cfc4f280c7d4819ee928735f377aa01918a6e1f523240f9 0.75 MB 2,264 46
349,512 349,512 000000000000000008f6ad7befaa9320d3fc608b9a74d779b4d6a5ce96d19846 0.75 MB 1,701 27
349,511 349,511 0000000000000000160dfe1adeb1573cf6a51919387adf499d2cad3df1c144fe 0.14 MB 206 13
349,510 349,510 00000000000000000fc76d42dea1bb3adc887c80db675627296683665b1dd32d 0.19 MB 413 30
349,509 349,509 000000000000000010ded0ee32b41bbf31526b3610235e3ebb68f7e4f8c2a482 0.11 MB 130 7
349,508 349,508 000000000000000006b2bb1cb62759e7bc42f98747293c1dc464a5910b2bac68 0.21 MB 548 33
349,507 349,507 00000000000000000b1117f81c831730445ab3514e97cb0fce9a9eebde7227c8 0.75 MB 1,798 31
349,506 349,506 0000000000000000119177aa8cb7e28515ef9c5b1297ded4d4771d7fd9014465 0.67 MB 1,381 43
349,505 349,505 000000000000000004fd843e1dd230b91edab7bbcd6721d632585eac5102e016 0.10 MB 214 29
349,504 349,504 0000000000000000156ec9e7cff002ed20eeabdb6927769aa5b66159f29fa550 0.10 MB 134 15
349,503 349,503 0000000000000000176a518c51b2fe565ad670e705e38d49ab91cdf6ca309dab 0.16 MB 224 82
349,502 349,502 00000000000000001315e561af26d803d6ec34a58304e295e11a7a8f9e35d4f7 0.21 MB 396 31
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.