Memory Pool Memory Pool Refreshing

6,669 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,159 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (783,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,712 124,712 000000000000645f8fa4b77f91119e303fe2818f56ceb1c4d8c185e17bf5ce4c 0.01 MB 22 132
124,711 124,711 00000000000037591aafd341a2d70a028525b45978b9f9bc36d2485dc2bfc0f7 0.00 MB 6 596
124,710 124,710 0000000000000f5f8c06f8e7c229463576d81ad82121afad7fca021bdb97a188 0.01 MB 5 499
124,709 124,709 0000000000000d73ecf01b6f1604fd47f6769009241926769997cecc6eae30e6 0.00 MB 9 0
124,708 124,708 0000000000004a527be0b7a917e2abf5481a80a181e3f24e6195cf5776e91ee5 0.01 MB 41 164
124,707 124,707 0000000000002741d4ed76670bbcdce2a5a9f2f3201ceaabc420f7df2e3e27d4 0.00 MB 6 0
124,706 124,706 0000000000000956aa8eb8c730b5d97edf68e3566d16416bfae3e3337c250ac5 0.00 MB 6 0
124,705 124,705 000000000000605b235d65077443d170e88bd5f266cdc545d529d0443662fb27 0.01 MB 15 763
124,704 124,704 0000000000001531e35c7f22ea18dcbf070361e1f07b9c4a7951c0895aa77d8b 0.00 MB 5 248
124,703 124,703 0000000000002af8aa73d5b9137975e08b35a678806ab61f626d07e3834b39d5 0.01 MB 12 394
124,702 124,702 000000000000636103c6d2aae1262801dadb95ea4bfc43762f2a172e327e7895 0.00 MB 12 423
124,701 124,701 0000000000000edf51e3b776e85c1bfe5871ecdddd712a1ead72ddbae7b516b3 0.00 MB 7 0
124,700 124,700 0000000000003bc6789ea0a512f69b0d1f6f1b0821b9933216facd4154a1838d 0.01 MB 18 0
124,699 124,699 00000000000049ef137879b06aada59170cec22e8c35207ad17c4b28be560e06 0.00 MB 8 354
124,698 124,698 0000000000002fd0424f152df3e4250965aa8ae3016a1a72b85e3bfc0b50c8d5 0.01 MB 13 523
124,697 124,697 00000000000015a9fd3fa79932e5fcc4276e9ce4b1cad8029706b46400b484a9 0.00 MB 10 313
124,696 124,696 0000000000002ac6d663a1cda0cb31318bd6ece9eef68bec7e13e1598b343edf 0.00 MB 17 1,085
124,695 124,695 00000000000067b5fa9b7056b2e201a3bdf76ca1c99a381fb7a575b0bb945449 0.04 MB 131 1,436
124,694 124,694 0000000000000e99258224c9ac2595a5bd18014b1c2bf2429ec9f44b7b7ce69a 0.02 MB 59 802
124,693 124,693 0000000000005274a928ed544c5c2187ed0d7fc673d6d44f730fcea5715c06ba 0.00 MB 4 0
124,692 124,692 00000000000053d0ea1d2051a27bb3b4bdf6869c2fc344309e58291168fb9f60 0.00 MB 7 294
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.