Memory Pool Memory Pool Refreshing

3,607 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,803 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (715,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,707 192,707 000000000000055d0ebf871070ce4060e7306db8e3a5d3f796a28fd11af47104 0.10 MB 268 93
192,706 192,706 00000000000006e396e9c5d8eb1e1c1374f8e8881345f87c1f3e5a0dbac79202 0.01 MB 33 131
192,705 192,705 00000000000004c224baac606c0be7d722ee8bbc3996df5a1873a4ccb1f4de55 0.01 MB 32 118
192,704 192,704 000000000000076e94980424190cb1df8b484c0e7bb15ba35422b6cce6267851 0.00 MB 13 53
192,703 192,703 00000000000004ec36ef339a7a120dc17ff315e406aff6643bf89bb0a1ca1354 0.04 MB 101 128
192,702 192,702 00000000000000607315ff95329c40ef6bdad0e015c224f75bf15fea820c587a 0.08 MB 214 149
192,701 192,701 00000000000004f058bd1b672f021c4a205779af0a25ea65a03e36543d672593 0.00 MB 9 340
192,700 192,700 00000000000003915dd4624898adea7b6a3e37bcf5bb6bffa8a2686c23b0139a 0.01 MB 33 41
192,699 192,699 000000000000071ce8050256fc67140df4830eeb4f4a962d843a46fc0c651589 0.01 MB 11 216
192,698 192,698 00000000000000cf62581bbc8e8fa0b8d8bdd6e59e5f453951122570c95fb8ff 0.07 MB 158 111
192,697 192,697 000000000000063c89de2cb0e0dca554770cea368cbb28255d9e7ab9a204593a 0.13 MB 298 130
192,696 192,696 00000000000001a9644a5b96983b9a3829ef0fa4777cee0473497b34df0ef85f 0.05 MB 135 352
192,695 192,695 00000000000005c1a4abef2ba1c7cdd3059bccdb57a48002a81a67c73c88318f 0.02 MB 65 170
192,694 192,694 0000000000000615321e424e2724a3751e74ea27ab9b6b54741a6855e0cd20d1 0.02 MB 58 128
192,693 192,693 00000000000006c6319d64ad74b17560feffd4c28132524a39114dd2b979beb1 0.01 MB 29 54
192,692 192,692 00000000000005eac05959f8be1a96a8eb49f3c17bd558b3e9100aa35b055880 0.08 MB 206 167
192,691 192,691 000000000000055bd921de64b1584a063ba1460c6ad07b6cd27e30dc651b9b34 0.05 MB 126 152
192,690 192,690 000000000000008563803cde12f73096e15b1fe79c10c2c32546052123ab6721 0.03 MB 66 124
192,689 192,689 000000000000080d5a90d66ebdccede2db8b5be23bcf04242cb4af527040859f 0.05 MB 119 77
192,688 192,688 00000000000000ea433cce365b4ca11d07ca1dd8f8fbbd676b3050b823824fdc 0.04 MB 98 106
192,687 192,687 00000000000005129d1643795fe37a47dcde471ca71fd2af56f5179fae9d8edb 0.03 MB 76 0
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.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.