Memory Pool Memory Pool Refreshing

3,524 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,518 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (670,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,067 237,067 00000000000001147c2a62e97745babf4d03a5c844f6836867e830e1ca828d6e 0.24 MB 417 140
237,066 237,066 0000000000000093fd4aa856921432917d9770157a1599b0f7c595f45fd69003 0.47 MB 1,050 168
237,065 237,065 0000000000000074fbf3319f6f1f082b82a139005bdb1ab4a4338aefe69042ed 0.14 MB 331 185
237,064 237,064 0000000000000075145386080e36877b925ed7fbf7de46c7f490ba3e3459ff43 0.18 MB 309 142
237,063 237,063 0000000000000158fc5cee0bcac58973ddc158e4891df80eef7c67f78e5cd47e 0.04 MB 128 96
237,062 237,062 00000000000000f6f3787321ff929f44a9bfc0e75ac54ac90157e5bf5dd23cb6 0.09 MB 219 148
237,061 237,061 0000000000000027162a00ff456c8f1f2a37ac915714c17b9d2c622dab9b94e6 0.21 MB 411 152
237,060 237,060 000000000000001a74e886007d45abf8feae6668516e35462fe207f0bfe48b7e 0.20 MB 364 123
237,059 237,059 00000000000001679e03844bc5e651ff9394b57f4612a43e555fc5cedab5c3b2 0.25 MB 781 249
237,058 237,058 00000000000000ce70375942e44e5a5f5f2192afecdc178fe0fe240bb8310d1c 0.32 MB 795 198
237,057 237,057 0000000000000156d33717e7055beb017cd07e0d044fc7a4a364cf459d148aa1 0.20 MB 481 194
237,056 237,056 000000000000015767a84949b0bbf7ba25c24515e6198fd57909b8d3d1d7a7f5 0.00 MB 1 0
237,055 237,055 000000000000005bb239fc8ff69c2d9fd33d1d23532dcebcb24192758f1baba3 0.10 MB 241 139
237,054 237,054 00000000000000afe58811aea548dac4d6f4fd8c9c2b88836c84170ab52b03b8 0.44 MB 1,022 167
237,053 237,053 00000000000000b9f7b4bfaee1287b3e51fd534cdb30f42c482dfff7f714f6d3 0.00 MB 5 919
237,052 237,052 000000000000008bdabb35a3ce5f85b8c3a11ffefd5a29defcd4c786e271f8a9 0.14 MB 255 134
237,051 237,051 00000000000000974ef598484af566ad5534da464a6c3a0745004a4b81e6bf94 0.32 MB 678 170
237,050 237,050 000000000000012a7a5fa85ad1f9e4f20ebbd2fcb7f7f38354dff465997f3893 0.06 MB 138 169
237,049 237,049 000000000000016f204ceaf8578ad5e79dca802bd4f86c76dbf2dc24894e39e3 0.21 MB 486 173
237,048 237,048 00000000000000363b6903350150fbbb4ea3f4ea032d061741390a1fd19b7974 0.08 MB 162 162
237,047 237,047 000000000000017fdb64ed21de7c720fd68bc1506a4ef910ae770ea4e8fc5a5e 0.32 MB 694 175
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.