Memory Pool Memory Pool Refreshing

3,775 transactions
1.85 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,351 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (785,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,133 122,133 00000000000013219e05a5cea4ca3ac74af3b9f18c2c942bf52249705a51b40f 0.01 MB 15 643
122,132 122,132 000000000000578e72badbf29e2fc3a86c899db2e1167304cdc09c85abb0d3e7 0.00 MB 7 571
122,131 122,131 000000000000781d69de3c97d8a735afa619f6fd7ed708f43284d07524126fc8 0.00 MB 15 231
122,130 122,130 00000000000091c9efdc335e33440df8c6ab31e7a4b46729332967f26a8d4d76 0.01 MB 17 1,170
122,129 122,129 00000000000016b97deceeadba4a66f4a52fbc03b4669bba9e7549b62a146ef3 0.01 MB 14 488
122,128 122,128 0000000000002d296fa847ad713ca6b1707dcc567bd6608d994f2bcd1b6842ad 0.00 MB 7 0
122,127 122,127 0000000000008f6bdc1685b9022d134c4a545793dd1f972239991eea089070e1 0.00 MB 7 342
122,126 122,126 00000000000098b1c463c05c35bbf71a450008ac8bb98d6dbcfb9a0c5512ee08 0.00 MB 11 0
122,125 122,125 00000000000051c1efbfff1fbfd472ca0bb17de04eb7d985701e60495faa827b 0.01 MB 24 560
122,124 122,124 000000000000838ea54e576b2138b5839c95e86b1e16f60adcc9db7e01e52e20 0.00 MB 14 679
122,123 122,123 000000000000573e13021aeeddd6131ae71af8b499fe9ca08e58c417ace30c83 0.05 MB 132 0
122,122 122,122 0000000000001f3b8d491f3d9cddf7da6311d21a4a8e28b89c10435975779e06 0.01 MB 17 607
122,121 122,121 0000000000002424f9fb7ae7b6b0987206f0d99c9e5b5b2b649d1ef68e55f11d 0.00 MB 11 816
122,120 122,120 0000000000007491edd1004222de267a9fc9cf16ae2196c73c1d61c0cd210026 0.00 MB 12 610
122,119 122,119 00000000000080147a9b6ca5a5a1aa664e0737aa103465027c9378f4b7914b5b 0.01 MB 17 1,748
122,118 122,118 000000000000458d063c160603f0d5863d8394fcfa2aabaf6561baa576f446cb 0.01 MB 23 779
122,117 122,117 0000000000004a162f80625a484ed70a0e1b3d932dedb4c72e561a60626aa0ea 0.00 MB 1 0
122,116 122,116 0000000000003ebf18e77340d4e46c416ffb050b8d4ecf588beb3ddd7a74e846 0.01 MB 12 751
122,115 122,115 000000000000345f25ad753233d24b51d00e385e57163398fb9b2e4aa74fb9c7 0.01 MB 33 692
122,114 122,114 000000000000234b61d37dc422f89be87722ce9ffc63f893eddd145392b3a582 0.00 MB 6 305
122,113 122,113 00000000000025cd8bde20c0ae51137d4937efc8afbdfcfd9fe29f133fb95e42 0.01 MB 16 1,269
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.47 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.