Memory Pool Memory Pool Refreshing

4,031 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (743,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,260 164,260 00000000000007f23ad938124f0f01878edcb1063b05f0e60653dcc85ef9b88d 0.02 MB 45 194
164,259 164,259 00000000000000584dc892277dc4a02e9c0d7aab9196fad206adadfa826c3708 0.02 MB 54 197
164,258 164,258 00000000000006d290c0d7897da70504c5c4b6ee16080e6526d5392b0ca46c3d 0.00 MB 16 111
164,257 164,257 00000000000004a6c05c60e5d3822d405f2bab0e7e8b6e6edefc66ec6544d013 0.05 MB 104 118
164,256 164,256 0000000000000c0c47fc450b47dd616d46b1c95c67a24ddc095a3e31a8c90260 0.01 MB 25 52
164,255 164,255 000000000000022424d2f359da24f79b67b758a0c8d60fa62463e9414680ba8f 0.00 MB 6 142
164,254 164,254 0000000000000ab91f3b5b881fea135430fb282b679eda7823daeb9af44ed117 0.03 MB 66 165
164,253 164,253 00000000000008f58e381ec2bb7f52c193c34a4d76851faa3096c75e2906bd9f 0.01 MB 16 416
164,252 164,252 00000000000000609dac532b7ea902073e3e70059bd1cbf1fc276879e79ea66d 0.01 MB 29 127
164,251 164,251 00000000000008950b4a4da0ab7ce17bc074031a42c875d250a8171c0fd94bfa 0.01 MB 40 283
164,250 164,250 00000000000002a7cdbe324ce9baeda8452a4a090d5ed0003943116b37751ded 0.01 MB 13 18
164,249 164,249 00000000000001e7f8de9fe27a03a6ee918c07f753c3118e7343627995fbfd80 0.02 MB 40 99
164,248 164,248 000000000000042e73075a3a86658bfd3bec90e7ec9bb88e3cf99c1723bc86fc 0.01 MB 37 99
164,247 164,247 00000000000001cc0448e259a49f4cb21ad2b1d4e0bac3b6f2aaecda0147eb66 0.03 MB 83 11
164,246 164,246 00000000000000443f07eff02a3a5f2414aa6f672d70373994df3c329325ea6f 0.05 MB 100 3,865
164,245 164,245 00000000000001c620823f17483352c1d77b86c336e66623f07a6f9e08609b61 0.05 MB 85 40
164,244 164,244 0000000000000c7042aa3e503a9ee68b80e05d7f45e9de8c80d7e8bceedf171a 0.01 MB 17 64
164,243 164,243 0000000000000c04c9d86de177f9320b3c8eca807b25b6b592b5a2b702eb3544 0.00 MB 3 143
164,242 164,242 0000000000000c005cd5228bad45d390a7347a453958aaf66c44a2f70aac1267 0.01 MB 23 151
164,241 164,241 0000000000000b58c465c0381d1693f7f7a3335c4263572fd3458ecd27e233a7 0.02 MB 74 0
164,240 164,240 00000000000008dd0b5d31c7b7f29d8ed9bfe37d7c5d5e32bf3d9ed7b8703483 0.01 MB 25 75
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.33 GB sent, 93.12 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.