Memory Pool Memory Pool Refreshing

3,301 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,745 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (5,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,383 902,383 00000000000000000000808828924e5c4cfebbc5bade84984dc8619f7377428a 1.45 MB 2,061 3
902,382 902,382 00000000000000000001256d034368021f2d1d2f3d992a42783468fb315d4bcd 1.49 MB 2,317 4
902,381 902,381 00000000000000000000e3f633e7a9212a010276b429a844521e241bad02d5cf 1.44 MB 2,491 4
902,380 902,380 00000000000000000002367f8d5cbdd592451807d4c3cadd8ea814cbfa02da79 1.48 MB 1,888 3
902,379 902,379 00000000000000000001b6306622c057447fa170b2dab332896f973d097bfb50 1.52 MB 2,564 1
902,378 902,378 000000000000000000005d74bd8bba65ff0c8c1b7f879c2f526bda1c8e30db92 1.19 MB 606 2
902,377 902,377 000000000000000000005e9c485d2382b6e4712796521726180174727cb6d8f8 1.49 MB 2,325 5
902,376 902,376 00000000000000000000aa3ea1c61e8bd8dc50d23638d09c13de133e284c3883 1.21 MB 1,009 4
902,375 902,375 00000000000000000000fe64de404b04b75742e32330f653d1de81efca4311dd 0.15 MB 375 2
902,374 902,374 000000000000000000003253d6f522c8c5e07b5e08b3b0d89dbd064c61a34c7d 1.10 MB 1,714 3
902,373 902,373 000000000000000000006e44a34f61691c07d8ff56e72f91e76e1ee72e4a5b4b 1.73 MB 4,518 1
902,372 902,372 00000000000000000000a3694e4e6a6c130ff990712ec9d19596cd973b9092cb 1.79 MB 2,906 2
902,371 902,371 00000000000000000001c65cf60b61f50cbeb383a0e931d6e5ee62d4b3909bb8 0.19 MB 413 2
902,370 902,370 000000000000000000015198552208efd07636a8f3e779f71d375486f8edcd86 1.63 MB 2,121 2
902,369 902,369 000000000000000000007ad5d961b0bcd60155f605a2a6ce2cea9ecd2f753a58 1.21 MB 2,354 3
902,368 902,368 000000000000000000000b685082321306cf595401ff518d60effa5537d26523 0.68 MB 872 2
902,367 902,367 0000000000000000000011eeb3503c765e34d5c03e52d296a159105b0de63f2e 0.07 MB 192 2
902,366 902,366 00000000000000000001f768301cd95b893dcf6338b3fe38522efd81ea7da2ee 1.08 MB 2,199 3
902,365 902,365 000000000000000000018b0c8803131f919f8b849fe28e012e0f515ea619e7da 0.17 MB 315 4
902,364 902,364 000000000000000000016938603e2135864d5b4b32711cedc31c558fd8f8d104 1.76 MB 4,492 1
902,363 902,363 0000000000000000000036e6149297704ebe1feafc4e7ec279618f456ece17d1 1.32 MB 2,689 2
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.