Memory Pool Memory Pool Refreshing

5,003 transactions
2.33 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
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,861 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (624,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,093 283,093 0000000000000000aa2526e884ed6e26b92586aa11dca2af50c7354556c1ec9a 0.35 MB 791 61
283,092 283,092 0000000000000000d2823a1b5b2b39dba08c047d18661841c7120eced226c002 0.42 MB 393 21
283,091 283,091 000000000000000071687c6c0f9f9d395644c40811c2908356e4e3d5ed129450 0.35 MB 914 53
283,090 283,090 0000000000000001cb3fadc2cbe2c01043332b0e7b4de9e2876cf469967ae07c 0.25 MB 529 45
283,089 283,089 00000000000000011d12c82b0ea09ecd9bdd929a15191f6fc0235507d2e06e26 0.05 MB 159 165
283,088 283,088 000000000000000147f27138b56f1fbbe9b3ac05e8096aa7e7226bf39d0f3fe4 0.53 MB 567 18
283,087 283,087 00000000000000016a60ee1034d355c7e65da88517a50e63f78d66376c6d4239 0.23 MB 570 62
283,086 283,086 0000000000000000d5f7ffe4dd8ce6ddfff47313cf4700fb41c3336a2878e4ba 0.25 MB 706 39
283,085 283,085 0000000000000000bbcf9dded7b82ff4325a9cfee5c17ab3ef29cd4cb00f72e1 0.35 MB 1,109 65
283,084 283,084 000000000000000039d0a750b8cdf57fdf5e87bf380f0bdb2b46f1ca5e3be0f3 0.05 MB 153 262
283,083 283,083 0000000000000001e67539fbc512671f46195ecded744a8e31faddf2bd4b05fd 0.33 MB 731 46
283,082 283,082 0000000000000000c2e9e037624d7054d89f2ac11aff9706fb8a2cc9b1c4ebe0 0.10 MB 250 50
283,081 283,081 000000000000000008d757272124c642cace8186c16a7c43301ebbc931f5247a 0.02 MB 39 37
283,080 283,080 0000000000000000c02a738751e1fa5e83744818fdd24e0125e21f9514f4eb66 0.41 MB 436 22
283,079 283,079 000000000000000116ffef07d2d8edeea97caca9f9e1ee2a88d7926d9e73af4b 0.25 MB 359 30
283,078 283,078 00000000000000013e1b1fa051a980f6a6783754ed95bc3a68c717e6d29879fb 0.35 MB 554 29
283,077 283,077 0000000000000000d92263e85ab12bdaa200b9b51885fa66555b494423bb65ac 0.35 MB 823 39
283,076 283,076 0000000000000000b639a2d190258722aa114f4f586825858db55e2391c92f89 0.35 MB 677 30
283,075 283,075 00000000000000012c69f4299e7aa710cdb2caf2c255d39a22eaf7c40c534766 0.05 MB 158 128
283,074 283,074 0000000000000001d5f914337acd4507b4775abc43aae95e78dbfab8c8835240 0.25 MB 624 28
283,073 283,073 00000000000000006dd670ea3f2b647b7a24d1b8474bb0f451b445df11b58604 0.05 MB 164 267
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.