Memory Pool Memory Pool Refreshing

2,647 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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
899,961 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 2,221 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,960 (8,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,395 891,395 00000000000000000001e778768bd9583fba911665b2dffcf028360fde79497d 1.50 MB 1,036 1
891,394 891,394 0000000000000000000049d39503140569e035c31bd5d0239a688896f4942fe2 1.65 MB 3,638 5
891,393 891,393 00000000000000000001448da9b2b2a60e11b7ab0cff4e881367d66e9e210d1f 0.00 MB 14 5
891,392 891,392 0000000000000000000210c0cbc7d0f5f5c244dd623b1f227fcbfc49047aa823 0.65 MB 237 3
891,391 891,391 000000000000000000017ba78444c5f81af41e4efbf10bfb6650b327076c3c3a 1.08 MB 248 1
891,390 891,390 00000000000000000001723b49737a91c29e3e5a2067ef24b66fc811a5f8e83d 0.50 MB 468 2
891,389 891,389 000000000000000000008487b1747edfc45cf6b4d8860cb60df7a4c9c4482959 0.87 MB 1,437 3
891,388 891,388 000000000000000000007a051e3bd68dfa31ec737a57bddd63be52b8f3ff37b8 0.87 MB 1,982 3
891,387 891,387 000000000000000000014142cf99915d763fac92686df3b295f65d0d379696f1 0.44 MB 925 4
891,386 891,386 0000000000000000000134974372ed56d9d923d0324a257898297f20c433e200 2.20 MB 1,770 2
891,385 891,385 0000000000000000000029f271cb1851347f68770d865fd2c9c73f0022a63c8c 3.31 MB 1,049 1
891,384 891,384 000000000000000000010389f35b6159fb4aa5e7a08f84942ab2dbd875a3d999 2.55 MB 1,098 1
891,383 891,383 00000000000000000000c14a550b2c9ef3caa1d422e4dd2ac7823ce7dd7c699f 1.38 MB 2,427 3
891,382 891,382 00000000000000000001fe146b492509cbc14b293994dac398cf32dda144b0d9 1.69 MB 2,428 3
891,381 891,381 000000000000000000001c8de552afd562f487f7cec1af3351bff29cfb7fc6cd 1.57 MB 3,917 4
891,380 891,380 000000000000000000015a29c7e016003d5af692fc561c8314b60eab4e926c20 1.56 MB 3,831 8
891,379 891,379 0000000000000000000026fa6cd2e29f6b33f9694790ad33613f348b25e1cc22 1.81 MB 2,760 3
891,378 891,378 00000000000000000000226d1225c589bec2e6ca1cf052dab8edc21c3ef7e7ac 1.62 MB 3,986 12
891,377 891,377 00000000000000000000d13bc6f035df7508bf74052ce21fd38e5ab4954ad3a6 1.64 MB 3,471 10
891,376 891,376 000000000000000000003105da351b7c949235814715d1c1f2a8472b18360b5a 1.51 MB 2,147 4
891,375 891,375 00000000000000000001ada1d30feb686db1f7bc9abd566d083788665e8410bd 1.78 MB 2,020 1
Previous 10 blocks ↓
Total Size: 755.91 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: 545.80 GB sent, 27.86 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.