Memory Pool Memory Pool Refreshing

13,417 transactions
4.76 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,009 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (202,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
705,013 705,013 0000000000000000000b34b4807726ead52112e750489ca0f7e2d09278c7e54a 1.52 MB 3,851 12
705,012 705,012 00000000000000000008c78b35863e43026502035f4bf7851629a6755a119d24 1.56 MB 3,449 16
705,011 705,011 0000000000000000000c096de8ad22120b7ed9d94b85d4872b9fbe29dd47f7a5 1.45 MB 3,898 24
705,010 705,010 000000000000000000025bde50fb610ccc43d03525982745ddb3a1cfb4ac2f20 1.34 MB 2,735 46
705,009 705,009 000000000000000000064613309ca3e8232397b467af98790b3cc3ac23479f80 1.65 MB 2,071 15
705,008 705,008 00000000000000000000a8675c6cbce2f04f3e68cadc382d2fecc048fd74d0d6 1.58 MB 2,409 16
705,007 705,007 0000000000000000000a3287c34e5181d0bcc1985243b9d71b49d5a1ff0c6636 1.47 MB 3,126 20
705,006 705,006 00000000000000000000b0a9f71aa1291e009ae81fb0b243bb8915976949a3c8 1.56 MB 3,095 13
705,005 705,005 0000000000000000000cf16113f1d9b48df27bac31e39d7de1a8d5d030b3a9b8 1.47 MB 3,192 20
705,004 705,004 0000000000000000000088e9f4e70b6a61648c24bc615aa418f181c0edf8006b 1.55 MB 2,402 29
705,003 705,003 00000000000000000002e8c1670aaf39f2792d379a3486f823b048ace739aabb 1.43 MB 3,350 27
705,002 705,002 0000000000000000000bf943380c0ea90610e40b8c19ed2c30ecee553e9b0d44 1.54 MB 3,226 9
705,001 705,001 000000000000000000021d8e83c863d72254bc0eca4d98c2a119d1d24e4851c7 1.52 MB 3,302 9
705,000 705,000 000000000000000000091cb395bb506ae7e47ff1446005cbe538aef99c92e725 1.48 MB 3,502 14
704,999 704,999 00000000000000000009f9baa73c01cdb385baf3113de50baf9daeecd337e6e8 1.46 MB 3,564 22
704,998 704,998 000000000000000000062e3497bcb1ec21d77f2b33ccafb0ad415d1b3d1d7d72 1.49 MB 2,606 38
704,997 704,997 0000000000000000000dbb6ea4124fa47fa54cf954ad2ba568c3478b33ffb2f7 1.25 MB 1,199 6
704,996 704,996 00000000000000000008772d8edb623e787a2d7ffc03349e4fce729a1a3856ec 1.46 MB 2,820 20
704,995 704,995 00000000000000000003b9043491c9ff5fdb20d9d90de3d2a546c1658518762e 1.44 MB 2,733 8
704,994 704,994 000000000000000000023fef6eb06a4fb27ac28ec3d9ff187f822992f9b4f9ba 0.00 MB 1 0
704,993 704,993 00000000000000000009d61c802d50730a6a50e28db4ca5a15c10a503a939be3 1.54 MB 3,232 11
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,624.71 GB sent, 93.00 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.