Memory Pool Memory Pool Refreshing

14,026 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 27/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
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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,303 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (636,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,561 271,561 0000000000000001846f511b464e9906bfc6e39f1d8af4cbf6e05fc590b8198c 0.18 MB 340 40
271,560 271,560 00000000000000014e5d26cd18f40b54b89a38393c2d801702620d30255d75fa 0.11 MB 241 40
271,559 271,559 0000000000000005c211f74dd291db8ade67b109337bedf839b51613cf873262 0.05 MB 116 41
271,558 271,558 0000000000000004de6ba9e3a59bbe024e7cb3cd60f4cf7f43a74228752366a6 0.14 MB 248 41
271,557 271,557 0000000000000004b9f2e0b5415bc4265ce0b7c1f8eaf7d8aad119e7e2ad9b3a 0.16 MB 259 46
271,556 271,556 0000000000000002ac5397aa05943cc70a721f8352705288581be46e8beffb68 0.19 MB 311 37
271,555 271,555 0000000000000004bae09126ae6cb59e78961d0e29c530dc94f4d9c3c87d20a8 0.24 MB 575 42
271,554 271,554 00000000000000047f9bdff0dde55b48d1722190e2d091816c95e6baa509db93 0.58 MB 761 47
271,553 271,553 0000000000000001fdcffcb575374d3dcb019c72c58e8989db43b9b759118b39 0.05 MB 94 61
271,552 271,552 000000000000000488679ea1e67555a96de1c5786a2273931b2928ea67f1d4aa 0.11 MB 237 42
271,551 271,551 000000000000000048f9e62d7e8611a05476b4cea7dd66d703533bbbfdf7133a 0.11 MB 196 33
271,550 271,550 000000000000000430ab72eaa6b38a294143076422e832ac2d7fde959e3bac02 0.12 MB 207 39
271,549 271,549 0000000000000002c0d6079b8f648da11dd018a0c5dab54b1e3654dd20a0927e 0.19 MB 102 13
271,548 271,548 00000000000000053b1ff0f1aff48c8a17a42ff6aea9848ede48ee6951b00529 0.25 MB 307 31
271,547 271,547 000000000000000405ceafc5f388d507e64b8094530c8b45310e31271cbd9705 0.25 MB 612 55
271,546 271,546 000000000000000309902c8f55ba8fe9cc93545391a9e835791b1ac0b0f0a021 0.03 MB 37 9
271,545 271,545 0000000000000001fb3b46441780da4f818137ad40886cea11b6b2bc4c150351 0.23 MB 462 48
271,544 271,544 00000000000000051e4da702f40f02240e77188f9462c4d4b63a4760c5b2964f 0.25 MB 501 52
271,543 271,543 0000000000000005747248d23e7717406f92fff613525b79e05af122417a5222 0.46 MB 634 48
271,542 271,542 00000000000000059dc4a353718f11496f98cd7e5cf1c84115229256dc8e1e85 0.08 MB 161 42
271,541 271,541 0000000000000005d8c91f649bca8a90fb5a42f0385ceeb6dd6e8d5b08353928 0.05 MB 103 33
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.