Memory Pool Memory Pool Refreshing

2,480 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,241 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,115 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,240 (815,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,018 93,018 00000000000944d46a3242c28ca46fb7e5da2a134318ef983bc374e604e4ab9f 0.00 MB 1 0
93,017 93,017 000000000004f8ef9b237c4cfe26f72d81ad01a13fa419b825bd21aea01e785c 0.00 MB 1 0
93,016 93,016 000000000000c8ebae4d743343c39188fd25ff1f14e1b15484d260e3bf7a6ea5 0.00 MB 1 0
93,015 93,015 0000000000038be1fb48b9413c263ea8d77833640e60be9e0e8fdfcf6d3619ff 0.00 MB 2 3,875
93,014 93,014 000000000003ac4a88015676ebd52c4196b0ff8ae0e0ee0b904c986a311c7e61 0.00 MB 2 0
93,013 93,013 0000000000058ade42c8fef99fbfae65bf6cc8b3b3c92c9eaa7d89b85435613e 0.00 MB 2 0
93,012 93,012 0000000000085ab0c4ae0bf4b83de6036071b8e6a1ea605a7410b18f8a8867e5 0.00 MB 1 0
93,011 93,011 000000000001d8a542e7f413ada69e86050d59afaf0acd8676299a44f66002ad 0.00 MB 3 2,074
93,010 93,010 0000000000072f80fa0bf50fc60fc4c952e62d60adabecf5abca65eec4c960ef 0.00 MB 1 0
93,009 93,009 00000000000415799d9e8cb8873b0c2cf5fe4e27107dcd0acfc4be645114da55 0.00 MB 1 0
93,008 93,008 0000000000014c8a69cc2a8f7136dfa1ef4e3e226d88692e7baac994015fa5f5 0.00 MB 3 1,945
93,007 93,007 000000000003118623b2e48404bb059fc4613e4cd129037db4a838ff26009116 0.00 MB 5 302
93,006 93,006 000000000000b609085b9564f998c118689e559021c9a8c891409000aec59246 0.00 MB 1 0
93,005 93,005 00000000000795ffa3d83c24fbb764356425de551d75a8337b2aa95e26377f16 0.00 MB 7 543
93,004 93,004 00000000000643180f78f3332f2f9d5a8401f723c981ab0bfff65bb181c1530d 0.00 MB 1 0
93,003 93,003 00000000000720b8ef2f9276c24e6f74d0a433965cd5d2637f950abbd8a41752 0.00 MB 12 1,739
93,002 93,002 000000000002324597f97239c19366becb51bcfcf58ae3e2ca112e7930b56f34 0.00 MB 2 0
93,001 93,001 000000000007dc9285910639eca800e61829d99785d70245c88654a4bb4f984f 0.00 MB 1 0
93,000 93,000 0000000000015d5379547ad416695137953a85f5a059ea7023b5aa1d9fdc6f29 0.00 MB 4 2,580
92,999 92,999 0000000000051e95a28ae0bee83247b079245e44c3070c7a619613da24f5368e 0.03 MB 140 0
92,998 92,998 0000000000008f420a916fa4a7cb0a9aa9c80069f54be0704f7ebead6817d14d 0.00 MB 4 3,880
Previous 10 blocks ↓
Total Size: 770.04 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,687.62 GB sent, 97.85 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.