Memory Pool Memory Pool Refreshing

2,360 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,351 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (218,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
689,847 689,847 00000000000000000004eac0187c269da4e56c56169b7884b7610946cce51f5d 0.70 MB 1,096 36
689,846 689,846 0000000000000000000f080a4732ccb6e865be24a8f719626e26c08a5775390d 1.29 MB 2,656 3
689,845 689,845 0000000000000000000860447566d1a09a48f95dc0c0e0d8f6ab461b5db8614d 1.36 MB 452 10
689,844 689,844 00000000000000000010879462655c73b2b79b13447f3691306dab3d326a0eb5 1.43 MB 2,309 53
689,843 689,843 00000000000000000004a8bbcc2c8c50b2a6e378c8b56e2cebe59255a5431bd2 1.27 MB 1,535 56
689,842 689,842 00000000000000000009147511045b89397d59d98a98cd283da426eecabd38d0 1.12 MB 964 81
689,841 689,841 000000000000000000084cf99aeba0a85b98943b839d8400aca0f904a9155b39 1.38 MB 2,463 53
689,840 689,840 00000000000000000006f52863300ab70c8fccdcaba4f8cbfe7380276b6172c1 1.40 MB 2,809 73
689,839 689,839 0000000000000000000bdf253322e4f1d2bb2aa77ac88cc220efd1a1da9cd8d8 0.11 MB 219 49
689,838 689,838 000000000000000000103d596a05bedb40843767a2904d878b9550587dc6ac93 1.06 MB 1,676 41
689,837 689,837 00000000000000000006078c673637fdcb4d7cd0119f88b3832a69c747acb39d 0.95 MB 1,695 31
689,836 689,836 000000000000000000127eda98aa50282a6f566ff57f17dde999d53f17c316c9 1.34 MB 2,087 35
689,835 689,835 00000000000000000007c78aa499148303f4370979e9d1d7da67b322a21046a6 1.21 MB 1,309 87
689,834 689,834 0000000000000000000a970ae79cd7f780136076aa15ec405979d2e22b7d4410 0.34 MB 669 36
689,833 689,833 000000000000000000119575136f496e82e377dd16af495c2dad5cc96149ab18 1.36 MB 2,245 17
689,832 689,832 00000000000000000011bdd8483c7ad4dc297274addee7f1867bd4b675ce91c8 1.31 MB 2,143 81
689,831 689,831 00000000000000000006d5a4dbaab938fca88b1582d69c59fc373e6e3fc09282 0.64 MB 999 39
689,830 689,830 000000000000000000055c269f6c956efc12c91881640abb454503b589a129bb 0.67 MB 1,248 13
689,829 689,829 000000000000000000070b4ff9ee4e45bef2ee2d9d47deb9067ad8478b32c500 1.42 MB 2,444 52
689,828 689,828 0000000000000000000b94457979ef9212327c842e107a9b27402874a51d5cde 1.26 MB 1,403 78
689,827 689,827 0000000000000000000c6d4f7e75d87de25bb64835f30ab28b490ce09e3b8a4b 0.70 MB 968 55
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.