Memory Pool Memory Pool Refreshing

6,277 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
908,122 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,809 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,121 (795,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,881 112,881 0000000000003ab497454ff0d6e1c3fcc810190fb4672c8710e78a5f37ad604d 0.01 MB 20 2,019
112,880 112,880 00000000000114704271484ade5b1c5f1333828dcddcb850f1898cec3f80348c 0.01 MB 26 476
112,879 112,879 000000000000bfe97542d24fe2ae109bad1b851947aec289d915863a9ef0b994 0.00 MB 1 0
112,878 112,878 0000000000012145f2e04e9ce2119ecccdf3ad57a63304fb4e8e641f1e90d73b 0.00 MB 1 0
112,877 112,877 000000000000cc34a4e60d6682e6d7b4f0a1b935fce7612b52b4dc15b4bbde90 0.00 MB 8 314
112,876 112,876 000000000000ad56e0e4c7e6694761e6b427253362d0e565d75496511189e79c 0.01 MB 5 1,077
112,875 112,875 000000000000b814800b6b5aa25dc61fab162706166091cc281ef7fdd913c1b8 0.00 MB 4 0
112,874 112,874 000000000000232fac3c777a725af3c0660e928c4e57e80ee88a018c2154a079 0.00 MB 2 2,277
112,873 112,873 0000000000002c009a2a03a90648ac26d8150da9988baf52c7e3fdefb2c346c6 0.00 MB 1 0
112,872 112,872 00000000000119cc1a306a126075fdd16fa2475148ac0eb7107761fd65ee8875 0.00 MB 6 1,155
112,871 112,871 000000000000c2822a525cacce9df43695559523117aae3f2622a60e045d43e9 0.00 MB 2 4,444
112,870 112,870 000000000000bd8b38d37c286f30469a41e3fd8850f8d0acf802a4c7a377ae71 0.00 MB 2 3,861
112,869 112,869 00000000000074f4d83eda47f2ddbbbb1d3e8650dc7587f4f3e4d90a1682f6ca 0.01 MB 26 0
112,868 112,868 000000000000fcbeae94670b8770af0be4207eb331cf279d383caa5d8d0a5b42 0.00 MB 2 3,875
112,867 112,867 0000000000008ff2bf575b4093b0dc16b5df7e43e04776ee5dfb6d3be9e06b27 0.01 MB 31 398
112,866 112,866 0000000000002465c0d8413a4d3862fd6c8163755ca0eead806bd3a85441e7ca 0.00 MB 14 1,221
112,865 112,865 000000000000bc82abb23467114391b88d1ca233bf9a04f900f996976234f755 0.00 MB 2 3,861
112,864 112,864 0000000000006b792dc6a6894d03d4a1c03a64529b5ecd1d2b4010b0671c658b 0.00 MB 3 3,891
112,863 112,863 000000000000f1072caec000e8ad3b479d21c33529764d6b985b73f053247cce 0.00 MB 14 1,083
112,862 112,862 0000000000010540d588870364392ae177133364478184f03da20f144ee3bd2e 0.02 MB 25 668
112,861 112,861 000000000000eaba6d0df8fa360790e86290da5ce856a93af09fbbc9e0a01588 0.00 MB 4 1,175
Previous 10 blocks ↓
Total Size: 769.77 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,679.82 GB sent, 96.77 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.