Memory Pool Memory Pool Refreshing

3,465 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,835 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,304 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (684,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,328 223,328 00000000000004091f9d73ddf8f4bc8e48ba0ed9847bc983accbcd2472d1dfb6 0.27 MB 497 139
223,327 223,327 000000000000040a4f1d9c0f8fa498b5a3f6b1c2f57ee20ddc9c4ef0b7f28eed 0.25 MB 765 264
223,326 223,326 0000000000000286b4e869292d4585709b6e51b8eb53b218b7ab331c8439b04a 0.11 MB 159 120
223,325 223,325 0000000000000387f9317ef10d498861e4dce47e4b1f58bb958411a4c62f4a6a 0.25 MB 556 173
223,324 223,324 000000000000041e6180c3adbc638a6f8ec15a9ae555ec4ba95efb0d66585d4b 0.25 MB 500 180
223,323 223,323 00000000000000537fe279382368c4e2137f095d10ebc0a4bebddcf9218346dd 0.25 MB 617 205
223,322 223,322 0000000000000038bb8be2d6f4129859b6ff0e947b824e6210850650a036b892 0.25 MB 517 153
223,321 223,321 000000000000043814203b14b6c8a44bf8bd3cdb09798dd7708ac1f1b69ea529 0.25 MB 783 258
223,320 223,320 000000000000006ff5df8bebf0fc728a898f5292a8f828095938c3728559621f 0.05 MB 115 145
223,319 223,319 000000000000025ee9437d73344cbd1aa7bf4a179664f06a27cb6094ef3b54db 0.00 MB 12 164
223,318 223,318 00000000000003af8df8b7a33a16bb905333f32c8f2e1b3b0ca98901e550db24 0.25 MB 740 222
223,317 223,317 0000000000000006a2c4ccdb26738e447c9dd21856dbfb773d35f7d71e87b3cb 0.01 MB 34 150
223,316 223,316 000000000000009646e282ba59f98252ead51e2614327cbf4270c2cd7e84fd1d 0.18 MB 418 196
223,315 223,315 00000000000000c4d89609f6be98292e9423b57291634ce232cecba076fa98c0 0.17 MB 363 220
223,314 223,314 0000000000000262606d7829a35a78d43893a1a1d8ea351b0a8945895c7ed04c 0.10 MB 161 136
223,313 223,313 00000000000001a5512481f8b9156a70a9b6242d60b283eca7acb3feda644e3e 0.25 MB 621 209
223,312 223,312 000000000000025f0a60b491911fc63d0e786ab353862a57b533db947e5f9f13 0.22 MB 560 185
223,311 223,311 00000000000001e41863fc702b86ddf0d7f7a75be739635463c52eb7560b8202 0.28 MB 538 179
223,310 223,310 00000000000002c86a77c218c53ef44bdc8a67ce719363475c964ffd1f98219e 0.24 MB 441 153
223,309 223,309 000000000000039f36d1b07aeca0a41df3290105df2366c83ec2f30f33a8695d 0.25 MB 485 142
223,308 223,308 00000000000001e526ce97239edd91703ddcf5ff97aaa94bdfa367e05c39341e 0.25 MB 666 186
Previous 10 blocks ↓
Total Size: 769.23 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,634.77 GB sent, 94.08 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.