Memory Pool Memory Pool Refreshing

409 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,892 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 409 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,891 (767,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,942 139,942 00000000000007c72fa411d9b9f6ed6e9ba4b9f5010950ada73e84f09e441d82 0.01 MB 9 247
139,941 139,941 00000000000005b581ff00e29a4352fdc495aa165ef08294efabffa0f5a5d81b 0.00 MB 8 697
139,940 139,940 00000000000006f21895798775be87854f0894c2974aa73754f8003233be023a 0.00 MB 12 17
139,939 139,939 000000000000033fcbb63a591b5646e630588b05a4feb485af20cd4e91a7f3bb 0.04 MB 128 66
139,938 139,938 00000000000007e12cac4a0a358c17bf16d7377ef151ead3b76b49e4c9105c7d 0.02 MB 39 169
139,937 139,937 00000000000001fdfa498c209af4f8a91393c0bf850cad6150c4f6f881b102fd 0.02 MB 45 605
139,936 139,936 00000000000008bcb16ef348576d6a05ff1dc5ee55ed6f75ba1a115574e7895b 0.01 MB 23 178
139,935 139,935 000000000000046cef125151a77f649992c6b5774d5fdc0ddef0429f470d4019 0.00 MB 10 109
139,934 139,934 00000000000006fec58d0f9ce4cb05d0508222ba8fdeceb7114d347eab5e8e14 0.00 MB 10 411
139,933 139,933 00000000000002d4e186bc3c4670a3eb56520df440e8477c33b2533d68bc57ac 0.05 MB 137 142
139,932 139,932 00000000000003536d5efe4eae775b192e2ab4d9a0d440cb0c155a0341c11040 0.00 MB 15 300
139,931 139,931 000000000000054ec5c8b88f398e3d0443b5d4399b44ea67babd30373491413e 0.03 MB 53 198
139,930 139,930 0000000000000542203188fef726991e93af19d962d0689ad47527b2b859164c 0.02 MB 42 1,382
139,929 139,929 0000000000000195ecab8d5490443936479978b6bfd58c29c21519d92e6772df 0.04 MB 108 280
139,928 139,928 00000000000001b962ff3e5a3f4074ee74828a0b781d0a300bdffb740a6c53c7 0.03 MB 90 162
139,927 139,927 000000000000081b1fb9f68d188b32ebc2c9bc9e1d55a273efb3b92873cce008 0.02 MB 59 399
139,926 139,926 000000000000073b4a65b06a9f68a0ecec399d76bacd7304db1fb86d479f43f9 0.04 MB 104 166
139,925 139,925 000000000000044ece70e59ace39031711d37ae418178c9f41100f0651ff7199 0.04 MB 84 148
139,924 139,924 00000000000000f5d165449601780dadb43eb8a5d4bd25fd0ba7184a51cb2973 0.05 MB 75 189
139,923 139,923 00000000000001d95fba1fb6ceb0fd7d2b88809fd4cd182529831ab5c18d32aa 0.01 MB 22 213
139,922 139,922 0000000000000703106af594cdde6b9d95a2d550e2c63253852f3fb618a483b7 0.01 MB 13 5
Previous 10 blocks ↓
Total Size: 769.34 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,643.31 GB sent, 94.65 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.