Memory Pool Memory Pool Refreshing

10,235 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,300 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (585,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,811 322,811 0000000000000000068659e08a6c3bc4dfc524a7f7a03009e1c079a082b6b534 0.70 MB 799 27
322,810 322,810 000000000000000010fcbfe31eaffc2e56d301c5573a153cd83205abd78e18ea 0.26 MB 450 30
322,809 322,809 000000000000000016a05c140164f7e7a73e6e96d8b0c3c298bfdb527d959902 0.45 MB 657 21
322,808 322,808 00000000000000001cd5a532931c896ad908f70a0523b11468414fad130c5c8f 0.02 MB 32 24
322,807 322,807 0000000000000000006061a74f8aec0f557e2c05a9cfa20dd7443d94b119a32f 0.02 MB 32 41
322,806 322,806 0000000000000000121d7c09a9559e8e4639c2c25e3f44ac517d8d991cba91dc 0.29 MB 463 25
322,805 322,805 00000000000000001472e5efe38612502f6d770da34a4ee108c8d8e5ab435209 0.19 MB 196 20
322,804 322,804 000000000000000005430b6f2aa7ef1bbb08c458fda2c708fa8a8eab080ca579 0.90 MB 722 18
322,803 322,803 00000000000000000f5abec0fd43e3609796f42a6d0e447cb09eed85930fa11e 0.38 MB 545 26
322,802 322,802 00000000000000000fd9ef74aba5f8bbcd4279ea06c8926bb25ef6509cd2a59f 0.07 MB 159 33
322,801 322,801 00000000000000001d34f09989becf8d4464948af4bdee2c5304714a6dbfa4bb 0.53 MB 1,043 26
322,800 322,800 000000000000000010b2aeff300ab4df14681cc1b5af25551434cc1b909291db 0.04 MB 128 22
322,799 322,799 0000000000000000146c4f77196322bdd1dcba24d880d1253a235ca78a7fe031 0.68 MB 648 15
322,798 322,798 0000000000000000177fb7bdbb036b0582afe752b9f32c13b5611d8d25b1803e 0.35 MB 773 28
322,797 322,797 00000000000000000cbc8aa62259c5ec8ec814c480193aef18e862f2fabf3c41 0.35 MB 1,152 44
322,796 322,796 00000000000000001a6da791950b70a8277ff81900c5f39ba699803846182cbe 0.59 MB 935 25
322,795 322,795 000000000000000012ef4b63c39bdf7daeee2309d5add7ad2c9c38aa4973f27e 0.07 MB 65 8
322,794 322,794 0000000000000000122b3e6c8a6d936d0faae03b32ad560eaec8d1e12e594998 0.09 MB 103 14
322,793 322,793 0000000000000000044e3912e07bc802188f692fc50ec551f671a80ccf31efa8 0.52 MB 878 26
322,792 322,792 000000000000000003a92f6510389507c1880975554dba59759f681aa5880256 0.62 MB 1,022 26
322,791 322,791 000000000000000015fbace0bafb834b851f22879996d53abf0d1f9c62408ad7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.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.