Memory Pool Memory Pool Refreshing

4,855 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,915 (741,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,718 166,718 00000000000005accb30ed8bcfd09a4aa35fe4b19b12e13256a3054e2b66df52 0.05 MB 105 121
166,717 166,717 00000000000002dc5dfb58b8d318e452966bc13fb93632194ac0e370693cdbd3 0.02 MB 40 364
166,716 166,716 00000000000005b05c334934c947bc69de582b4c72865f37e99c6d8eb0cea544 0.05 MB 104 121
166,715 166,715 000000000000012a340a1e5de4f218346e4740678a4ba3c69c8b04e768030a12 0.03 MB 61 95
166,714 166,714 00000000000004310a2ca8597b6c0a5ebc0e2d4da6ba5ed3e8ecec66338f1c93 0.03 MB 80 127
166,713 166,713 00000000000006388cee45b646d9dc0e1d22af500a936c67b13eda4352350649 0.00 MB 11 36
166,712 166,712 0000000000000645c60884e29dd91593f80f2172cb142baf84db63e6145ea8b7 0.01 MB 20 314
166,711 166,711 00000000000002b5d29f205d4d0ee5c6e0cea8fd4482aa1733774c998febd91c 0.03 MB 38 54
166,710 166,710 00000000000009f1daf13d92748353932449a8f27c497cd49a7bf1cb4b5d0b91 0.01 MB 30 241
166,709 166,709 00000000000007a7117f7f4933fabb917b406a93a0ae48570ecda94445a99c8e 0.05 MB 133 54
166,708 166,708 00000000000006bac777c8a60e09f912c5ef5cc04d928b887d6e39bdf6d156fd 0.05 MB 87 77
166,707 166,707 00000000000000b5f43ed3cca19243e2d4b89ae287fa26802c978c39fc1a6952 0.10 MB 150 120
166,706 166,706 0000000000000041cc4c2ac062bad58eaf523d3fd5b2c8c2a6f3717b37826888 0.07 MB 148 121
166,705 166,705 00000000000000fa33fa88b36259e72b663fbd67f9b756328a0f7c9118aaaacd 0.05 MB 81 240
166,704 166,704 000000000000036f7aa9a0d3bba91f1c55e7129c7043d634fe3fa464e0ee399b 0.02 MB 41 60
166,703 166,703 0000000000000613d2ca53c5e766a3abcfc2e0ffa33b6eb94c453abf33664477 0.05 MB 117 201
166,702 166,702 000000000000088fccaeaba690864839ca706727918a31cc858d272fa604f53e 0.02 MB 63 146
166,701 166,701 0000000000000453a1da7a6f62dc66eab937b09ec1ed6e1fd12e0ea4e7b7b4f5 0.02 MB 26 86
166,700 166,700 0000000000000661cd66bdb444542111676a1b82a211890644e39bf25a940560 0.02 MB 39 705
166,699 166,699 00000000000007bef3e04f0ca281d70ba51649562b37120854203b0f950db682 0.01 MB 20 432
166,698 166,698 00000000000009a29f46fd692e87d3facc94a5326d771b8d5bc30c6d206ff9bc 0.01 MB 18 125
Previous 10 blocks ↓
Total Size: 769.38 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,644.27 GB sent, 94.87 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.