Memory Pool Memory Pool Refreshing

1,307 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (775,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,668 132,668 0000000000001174abf759a33aa0a7b891ab6435d10df8f563dfc9799f4a8cf9 0.01 MB 31 552
132,667 132,667 000000000000038378d95a58c4bfe82eb5abbef67570328d082f8929720d478a 0.04 MB 123 178
132,666 132,666 00000000000001aafb6712467d5818cae91e13a082b58c7db4597ea0cfd53ec3 0.01 MB 29 516
132,665 132,665 00000000000003f570a4c5fd5dfc62dbd0a48d31ca186b89115c664a146e5667 0.03 MB 54 389
132,664 132,664 000000000000039e0a3009fe75419c60390b66c2592e5b28939f809329ca60fa 0.05 MB 144 357
132,663 132,663 0000000000000ebcb2175b06ae8a1331d4cf9dba5f3ad143c167e9b7968388a0 0.03 MB 92 695
132,662 132,662 0000000000000323a3580ebb0b06d8e0c82a463b044c341940314d8f8cbd29d2 0.02 MB 57 165
132,661 132,661 000000000000049aed4e944bd4743c505d0ac92f25e9945e9c18dc08d3937b3d 0.04 MB 99 211
132,660 132,660 0000000000000b1ce26d368651c7d02db06f45d1728e53d6dc9b19095a6f7ba9 0.00 MB 1 0
132,659 132,659 00000000000002e262eb3e353cde2bc15ed8d72ce45930ceb6fdbac379bce6fc 0.00 MB 7 1,150
132,658 132,658 000000000000127f4e9184d1a1c3191264d6404cc0303ae066348f26a820c8f3 0.02 MB 44 506
132,657 132,657 00000000000006f0951a76c37180edbe1fe77ea6eff9c46433f4ad31c467e786 0.00 MB 6 857
132,656 132,656 0000000000000f30bf024040f0e5d196060d5a8363e0b50b644813aec60e6ecd 0.01 MB 36 111
132,655 132,655 000000000000090f428367cb8609f07e5652bfdc40dcbe092215899f431be6fe 0.00 MB 2 0
132,654 132,654 00000000000004a9138e1e4823403e02bd31183b13ebcec7674089442efaff11 0.00 MB 8 284
132,653 132,653 000000000000084f6daf7688aee5d20c72896aedcd843f7ea2874fc8192a7cef 0.02 MB 91 95
132,652 132,652 00000000000009d14cb01b9343c1b2ca4b30978235917020ed7e17ea7ec498e6 0.05 MB 155 227
132,651 132,651 0000000000000c07a9fd29fd45d5e9e95bda747ba24d372a842d583d214fe17a 0.05 MB 140 201
132,650 132,650 00000000000011bd8c8124c1a2836a2646d182b472ce88f56bce3da4a27fe814 0.00 MB 10 675
132,649 132,649 0000000000000f26a28d8c72e640bd09230d8f7f7a9cbb9a023b1e181ce054f0 0.05 MB 163 221
132,648 132,648 00000000000010f6e1abd890142a866abe99b0f5ecfbef8060bf1be3db8c440c 0.01 MB 16 1,355
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.61 GB sent, 93.62 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.