Memory Pool Memory Pool Refreshing

9,946 transactions
4.58 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,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (776,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,077 131,077 00000000000005132fb73babfde655f4cf77b089875612260914bd8e43c5d216 0.05 MB 120 873
131,076 131,076 00000000000012460437d3d9e1ff2ac05aa937609107dc56b5bc007f2763051d 0.03 MB 79 370
131,075 131,075 0000000000000a8eb8348cd0f30fd8081cc0f5d3cdbb6965e15e613f38f2e143 0.05 MB 172 218
131,074 131,074 0000000000000c40d480a08fa26964de8e4f9e1ad80ee44d46680afda36b1aff 0.05 MB 107 272
131,073 131,073 0000000000000b99edab2fcadb4404a44cdf400e6099ee80ea668149d7fc9fd8 0.04 MB 85 1,182
131,072 131,072 000000000000007498317b322cce063c1ff4c55ab139df145d548cb859580d40 0.02 MB 27 498
131,071 131,071 00000000000006757e9c3343511a352e61767cce1b5a408cd72e3589b44d7284 0.01 MB 22 817
131,070 131,070 0000000000000517828927a416c6a64dbe5e9098ac6e735f0cb948b346ccbd37 0.01 MB 13 848
131,069 131,069 0000000000000b7a2feafcd35eb10757b8243f035c1dfe9f1479ab24327b6b3b 0.02 MB 32 1,307
131,068 131,068 00000000000005c3b4047a25270ca07da6393316eceff731c49fd7cb22d9d84d 0.05 MB 174 33
131,067 131,067 000000000000098a3975b0b17d6a54706cd844d8b117504b8513cea948f71f63 0.05 MB 81 985
131,066 131,066 00000000000004419ccc2970baf7f3e142e7d3c44cf7050ff367233b1324ea8c 0.02 MB 79 197
131,065 131,065 00000000000009fd7f320ef1a943dbb5565952e3f86270406027feefb9c4a28b 0.01 MB 26 942
131,064 131,064 0000000000000a07d3c344bba838a26aa75c1e2874dd01f59d94e61c28823a12 0.03 MB 52 1,281
131,063 131,063 00000000000012d9475ae37164117399327862b301435acf3e5f617dd33edd1f 0.05 MB 127 654
131,062 131,062 00000000000004f4345f7e7e2cafbdeab0d8424db51790dbe6c8fe412e2d32d2 0.04 MB 128 271
131,061 131,061 0000000000000c05f6cf4960ea3b0fabd5120badf64835b4a6c508c906dcbf3a 0.04 MB 66 1,104
131,060 131,060 0000000000000b72a4538c44134c861f93eaeacbe805ed6db3c3c3d092a616a4 0.01 MB 30 475
131,059 131,059 000000000000130df75cecaf01d945b788c6cb7a2a5b8a254cdc32d54dbcdbdd 0.00 MB 1 0
131,058 131,058 0000000000000840a3d2cb34b2d8a487e08772a12010b057afcfd5ac78ebad98 0.00 MB 9 964
131,057 131,057 00000000000001ced2f3c8e6c8dd5353663120b469cc017746272a710299d6ad 0.00 MB 8 1,536
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, 113 incoming
  • Data Transfer: 1,625.67 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.