Memory Pool Memory Pool Refreshing

2,766 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,758 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (785,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
122,112 122,112 00000000000075e65750b2042e8e7f2a8cadab7107f7a32b8af28e09b674ef9f 0.01 MB 9 0
122,111 122,111 00000000000084ba03b86206b6bc2564188117cdf62925eee8b204e701793daf 0.01 MB 48 1,954
122,110 122,110 000000000000500934ac5f506cac974a52d25c8e2220f67e8f8c3fa7bcc84948 0.01 MB 8 447
122,109 122,109 0000000000004aaab9c0e99269f47c912aa0f59533a1c5e26c5857062670645f 0.01 MB 23 85
122,108 122,108 00000000000029804cd9b280fa3ba155aef25fb2478c56a7dc18f36e2fd841b6 0.01 MB 25 58
122,107 122,107 000000000000967f60a1e830bebff8ca27b86125b8e93495c2b6a7a69aef0c3e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.