Memory Pool Memory Pool Refreshing

2,969 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,954 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (190,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,992 716,992 000000000000000000003bb875d9b41558d14a43b782a0291ae474aebfae6a06 1.38 MB 2,422 12
716,991 716,991 00000000000000000004dfd1c87bde987aa8bbe34d7aaa7dd8dad625f3f85769 1.04 MB 268 2
716,990 716,990 00000000000000000009d1b7a393b66bc5ff2028eae8b188654405709e255b17 1.56 MB 2,995 12
716,989 716,989 00000000000000000001e6b568d84efa7619babea073fecb4abbf41c5c7c2a49 1.54 MB 2,310 13
716,988 716,988 00000000000000000001701a31de857d9526271951c531048084c210133c128a 0.87 MB 1,149 3
716,987 716,987 000000000000000000087458d3a4afee58ea3f94c1ff07d998d2ff970fec1820 1.51 MB 2,828 2
716,986 716,986 00000000000000000008ae9cda5db1649e3539cad7e966c537e5362956e38c19 1.49 MB 2,910 15
716,985 716,985 000000000000000000012d4ca55e70ff7b73f4d91ce7f0cb79b5c1310085ba0f 1.46 MB 2,465 6
716,984 716,984 000000000000000000035647049fa2e4b117e188e54004c776dd27ddf2092d55 1.47 MB 3,169 18
716,983 716,983 00000000000000000008588461bd7697372548f58ae8b2f07cc933d7c78895fe 0.04 MB 47 4
716,982 716,982 0000000000000000000aae9cedb7ef68d52491d5993ce7e0adec37f48dba5a1a 0.80 MB 958 4
716,981 716,981 000000000000000000044c90643deca134f3d868f65b71629b05fa667142a21d 1.28 MB 1,605 4
716,980 716,980 000000000000000000097cbf677ce74a78173327fccd626f2b845edd44a647d3 1.55 MB 3,103 15
716,979 716,979 0000000000000000000b7e697aeb0c3532901eef8fc8752b6918dedfbbfaaf3c 0.92 MB 1,449 6
716,978 716,978 00000000000000000000572e952e4a35662cefa90cd7b3871901240cc2bc834c 1.50 MB 2,749 13
716,977 716,977 0000000000000000000844dbf0b23636d3098a6e01428e4ec5fddfffaa833b7b 0.21 MB 359 9
716,976 716,976 0000000000000000000773ffc06bce09e9738b6a3562148cbc68186cf48ac458 0.84 MB 1,181 8
716,975 716,975 0000000000000000000ae4a6b6cb37208f416394fc95ca32fb55d2afcb45713c 1.24 MB 2,310 10
716,974 716,974 00000000000000000008084105867833376dddc0c0835458c17e69a033d7d1e7 1.49 MB 2,242 7
716,973 716,973 00000000000000000002d953938eabdb4f8c4ce82e12bb4c1a44d6f7591d0db9 1.48 MB 1,962 3
716,972 716,972 0000000000000000000334bf3fcf49413d6f3ac81d01dd71c64a63a1341a8536 1.46 MB 2,274 13
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.