Memory Pool Memory Pool Refreshing

4,484 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (383,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,419 524,419 000000000000000000343556909e3aebd9a2bce0f1d6eb8019a02bd0616ff87f 0.32 MB 564 25
524,418 524,418 0000000000000000000b20e7a43628975867a1cd18f7dcee101a9f8b34722f1b 0.01 MB 41 19
524,417 524,417 0000000000000000002416f441787cb0b4a6030d991ca6ff0e0afb12713b2ca2 0.48 MB 878 24
524,416 524,416 0000000000000000001fdeaeea7bf16ca85e468e8d2feaad0c20671c5ef872e8 0.26 MB 522 25
524,415 524,415 0000000000000000000951280f72f4c3771dcbeb274c0f1503be78e48ed6af75 0.34 MB 354 50
524,414 524,414 0000000000000000000c47df41982ba162e73a38a002611f8fd065b682d94289 0.51 MB 865 16
524,413 524,413 0000000000000000001c17b54f61a101fc4182af9118fd21fff8faf034881f3e 1.13 MB 2,033 26
524,412 524,412 0000000000000000002d14fa317393a4f9e623103d60fe6cfca189220efeba69 0.16 MB 243 17
524,411 524,411 0000000000000000000b13deb6b2c02f6eb530681121f48fb887aca42710afd3 0.44 MB 787 27
524,410 524,410 000000000000000000286f458d9ab69ed3fcfd1b51c902dbe66b15f3e4323a21 0.27 MB 288 21
524,409 524,409 00000000000000000038a0b1de687c411a29d4f11f3bb6ea840ca1b7a70566c5 0.12 MB 199 37
524,408 524,408 0000000000000000002114a106d53d7cd0230d77137ffa55d5e9b234ed255f10 0.23 MB 663 26
524,407 524,407 00000000000000000002861dae00be61ecd464507b4fadda2fee9117d7e60de9 0.90 MB 1,670 35
524,406 524,406 00000000000000000003309a117c6941aab6e74e350e154108335fc0b31d6e2b 0.50 MB 1,002 32
524,405 524,405 00000000000000000034a7dba812ca7ae6b59bdc132eef92a6326bf5d634134c 0.04 MB 80 17
524,404 524,404 0000000000000000002bbc14a057ad8a1e8cbf95dfe039f956df2cca7a887858 0.73 MB 1,579 32
524,403 524,403 0000000000000000003f3208cefb9f841f384316681677f2c542bb4ab96708e4 0.68 MB 1,692 32
524,402 524,402 000000000000000000036265d5ac5caa8797afe3f46802811964092765e77ef0 1.00 MB 2,094 29
524,401 524,401 0000000000000000002fb36cb0c44f5a3eff8314c370d4758c506844785acf2f 0.29 MB 664 38
524,400 524,400 00000000000000000039f0ffb9a5408707d1e201b81367479b1215ae9a47e78f 0.27 MB 711 25
524,399 524,399 0000000000000000001e9b5d2a35f2d5ab9c59ac617b1671020450f1864a9a23 0.46 MB 1,131 31
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.