Memory Pool Memory Pool Refreshing

3,303 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,827 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (782,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,085 125,085 0000000000000d194530cc544d5f5591bd4ffeefc097afb5a1dcde3cc605ed28 0.03 MB 61 686
125,084 125,084 0000000000003c578a626a1a7f8673334433c6444466a445c38095c4c7a884c8 0.02 MB 17 456
125,083 125,083 000000000000087078464f48bd7290ba2ff83cfaa34db463953aa3e3d36bb796 0.02 MB 19 694
125,082 125,082 0000000000003c6799e2a1405d2a131d7c7f5cd157f681cbbf91c1bfdf3f085b 0.00 MB 1 0
125,081 125,081 0000000000002253c7981f3303cd99274fd19365d9b930a2dd4322a3c2f3026b 0.00 MB 9 337
125,080 125,080 0000000000001de6476903b48819f491c07e46cc132e99251f5e29b23c8b93b1 0.01 MB 33 263
125,079 125,079 000000000000434d1504e1e900b52a1e318aab109308808db71942bcca2da7fd 0.00 MB 14 527
125,078 125,078 00000000000015ce8783f89f7ac58c601b4dfd4c86341fa0dc080b3e9463c7a4 0.01 MB 28 940
125,077 125,077 0000000000002d955828e2ab2d300d3360eec3a44f22e55a059e8d5cf66540d1 0.01 MB 11 876
125,076 125,076 0000000000002becbdf92850b9f255f20958b59c33cfac64e82ecd6ae7b15239 0.00 MB 10 336
125,075 125,075 0000000000000c48580e230dddb53419da74b3e8fd23ed94c2a03e89fbb7837d 0.01 MB 37 342
125,074 125,074 0000000000001d2afc3b05d047e222a26baac4c0067acf91788a1bf749ff01cc 0.02 MB 27 784
125,073 125,073 0000000000000aa0710bdc9fdf6c809fde434cbaca6fb5a6c6b851d0d9c8ddf5 0.00 MB 1 0
125,072 125,072 00000000000022924cc8af5df6a0bef88f807fce03e9c274e799e6c4f5b90329 0.01 MB 37 143
125,071 125,071 00000000000009651e8e4d0fdf97be107efcb69063d1245d28e9c5d37f178bcf 0.01 MB 27 844
125,070 125,070 0000000000001603df1b4d3c8535ad34203dcb695ad8c52b8e974d43d4b808d4 0.00 MB 7 1,102
125,069 125,069 00000000000017813a0ae51f18354e293a0e03ead36bc321b6a0422cb2f580b7 0.00 MB 7 2,181
125,068 125,068 0000000000002297ec5a28b6b38ef7f1aab139ebef79fd63d4028df2284c74db 0.00 MB 6 2,089
125,067 125,067 0000000000000273ef35b61bdfcac077245961fbe97d202a65a02dae013c7cfc 0.01 MB 33 454
125,066 125,066 00000000000025192dc206baa134f8f9ead0d681f12b393b12b7d0046f72d613 0.01 MB 7 950
125,065 125,065 00000000000027dbc6197fb283b047ba57a0e290a42b9992be5c023196572428 0.01 MB 32 610
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.