Memory Pool Memory Pool Refreshing

9,811 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (588,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,089 319,089 0000000000000000009b98d9224bf7fb076131c33a139d8b70323881b71c6e4b 0.14 MB 82 5
319,088 319,088 000000000000000006f40d3057bfdb7dbd80f75352dac8cb0c16886bd6397e2d 0.53 MB 1,080 32
319,087 319,087 0000000000000000230dee2cd04989d3d478282a94019957b588ec42993c7a09 0.17 MB 256 22
319,086 319,086 000000000000000003a934e9e418575a3544a23991d4bc45dfae3c7cc7611cea 0.35 MB 904 34
319,085 319,085 00000000000000001951c61c64ab27f3e135de60ff0248b3a59c1604be8cd087 0.34 MB 592 24
319,084 319,084 00000000000000000a97206f924778b415d8cdbdfdd0c6750a1a79fd3feec3bb 0.64 MB 1,251 30
319,083 319,083 000000000000000020ee251c7788aa1a1502ad6d739c99bce9a494610348d612 0.31 MB 115 9
319,082 319,082 00000000000000000b79469303db39ccb9902949ad04af20884b3108f9cf54a0 0.75 MB 1,645 34
319,081 319,081 000000000000000007c5620513a4d39f8e42e00553867793cca5a8119d2c0326 0.48 MB 459 16
319,080 319,080 00000000000000001e3dab75dd99099047e9daa4460baffefe1de766544f1498 0.75 MB 1,868 37
319,079 319,079 00000000000000001d0a39b391e14cc4f6c2c69ca11e87b70ae16109c54434c9 0.18 MB 244 22
319,078 319,078 00000000000000000d3407158102438ffba5ed316c15b5fd7180def22ae70299 0.39 MB 558 24
319,077 319,077 00000000000000000bb8d2ff658a8c2a9dc513cbfe084a6628abe09a53e4e2bf 0.29 MB 443 20
319,076 319,076 000000000000000010cccf93f8225a8dde27ddb7d3bc6dce1c6d761e716f6977 0.60 MB 1,095 27
319,075 319,075 000000000000000012805fd7b725ff6a008cf6faf5c6383a1a64bd0926f588ad 0.26 MB 444 24
319,074 319,074 0000000000000000181a874bad42a4ed3c7471b0eadb50f7bf9a79dfc231b4a9 0.03 MB 75 30
319,073 319,073 000000000000000008598481175af3bbd938191e21bbf360f84dde49b83934e5 0.16 MB 350 31
319,072 319,072 00000000000000001c6388eb605d30e8f5f027b0f4d170a52bcb26212f32d3f3 0.01 MB 32 41
319,071 319,071 000000000000000009a19814e96797542b096c4fb01c084f6d8453f7c52e0c12 0.68 MB 1,351 28
319,070 319,070 00000000000000000da9e9a99e53c00cb82c1cec347ab7c4f75924d2c88a9547 0.13 MB 224 25
319,069 319,069 000000000000000027de2ac26397d9d6ba2141d1d72b382e0aa2633b88acf79d 0.07 MB 74 9
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.