Memory Pool Memory Pool Refreshing

3,113 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,459 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (767,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,856 140,856 0000000000000193e76352e63e0f1eb399612d21ab86787245ce745e6b47d7b0 0.04 MB 111 166
140,855 140,855 0000000000000455148e8a5717c7288d519882b2c5be53de2bd68d2b412a5567 0.00 MB 15 121
140,854 140,854 0000000000000089ed762dcc8411eb8103cda45f52584552286fffbc062b5460 0.00 MB 9 0
140,853 140,853 00000000000000b072a3cc8df18534834ef7bc3feac9e8ee15bcba0339acd8e4 0.04 MB 50 106
140,852 140,852 000000000000004b133461be28130b426c6c8ee63b060a4897cdf696825aa20c 0.01 MB 36 209
140,851 140,851 000000000000006f0a847d807f33a3863417f36838c3857747bb802d58c3538a 0.00 MB 7 18
140,850 140,850 00000000000004809ca91ec2c0ed6a005f91e21659ab6d49dfcfcfd11d85d803 0.02 MB 51 219
140,849 140,849 00000000000002b8042604c0b5635ebd08784d3868ddd9da327cca7aedacebb2 0.02 MB 68 72
140,848 140,848 0000000000000424f113ab5324f6fcdad7afe3d5e7fe2cb6c005d27e9e2101ee 0.00 MB 3 193
140,847 140,847 00000000000005f9df5b0d415ea0d340f21ef5a563bf56433dd7e3eab11f8209 0.04 MB 89 172
140,846 140,846 00000000000003d440d4286c33e4d7e4db30059f876865cbadb2803e72e06329 0.05 MB 111 81
140,845 140,845 00000000000007d26fc72901585723fe0df3048592a749e832268f98392cdc5f 0.01 MB 13 1,079
140,844 140,844 0000000000000604ef45d1f5f2cee14de90fa7244dc62b25f3cbcc34323aa23e 0.04 MB 68 116
140,843 140,843 00000000000003317b1607348367706116ffc9c536eca52679573b05e4dfd11a 0.04 MB 115 162
140,842 140,842 000000000000068c711b31ae595009b7550f0b0db5db08e25897257c903535fe 0.04 MB 93 220
140,841 140,841 000000000000064e1be018da99b281b79a8409dc42409416b9806ea4aa8ce77a 0.02 MB 26 198
140,840 140,840 00000000000006eea6d84e20bb6459dcd6bebfe28cd2dad305d103ea7dc80223 0.04 MB 130 91
140,839 140,839 000000000000039e6d29f1b2f7ee07db88042244bd56dbf144e0951d4d4c6444 0.01 MB 22 339
140,838 140,838 000000000000028b289e45d267dffe10d22aba9564f69a023cd500c8b2104f98 0.01 MB 24 158
140,837 140,837 000000000000008b3af546ecf5e485beff09cd7d14ec7351283060ed1179aece 0.05 MB 144 223
140,836 140,836 0000000000000006ee9597253676b9efc093c7fda4f9b1b213df3af04d19bdf5 0.05 MB 87 205
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.