Memory Pool Memory Pool Refreshing

2,275 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (901,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,730 6,730 000000006ceff3c5dd4052fd63d58e80c069d41beed962d91cbd8452358dfcbc 0.00 MB 1 0
6,729 6,729 0000000062647806b0de1da5f10db997519766bad88687d5d5cea30131dc96cc 0.00 MB 1 0
6,728 6,728 0000000002a8f6cbc349bfb28cf89c268e11aa9b416c88e0ac7e68a0f99c7935 0.00 MB 1 0
6,727 6,727 000000004113dec6af7d43d56b0acf07f230b8fa2d10ea9b8d3fd3209a7bbf30 0.00 MB 1 0
6,726 6,726 00000000349ad13e9a2bc3939cc42903df3a3a85eeae4191752a1fa1a1e98b08 0.00 MB 1 0
6,725 6,725 000000002b34c4302b9386cdbd30210ddc5ac5b47b15bb8fa84137aa13e54790 0.00 MB 1 0
6,724 6,724 00000000f228911f74d1f7c5e683f85709218f79ef2ba571a25b7822df371173 0.00 MB 1 0
6,723 6,723 0000000043e220c96c58188dcb70f41786d09913a2946865b26039d64d8645db 0.00 MB 1 0
6,722 6,722 000000004080abb89db4e7f36b2a2cab5e6fed9b21b14b27eb2acfbc1d48e30a 0.00 MB 1 0
6,721 6,721 00000000f592aeacdab3a0b3c68dddd07b0c9e9da387d5954ceb5807f028b51c 0.00 MB 1 0
6,720 6,720 000000005cf02d8195cb19206576d9be36f8858fd5661f5c99441b5d693e3227 0.00 MB 1 0
6,719 6,719 0000000051bd25f779cd3ef8cb567fa3a904a5f0224c637e15add1efb67943ca 0.00 MB 1 0
6,718 6,718 00000000d9e38de1dd2a732270a11a7df79978b7aabd7ac205980576b07420c1 0.00 MB 1 0
6,717 6,717 0000000024c190f46c9ea20d9b6c4c35b0c3638d18f639dffa3815b80d779dc7 0.00 MB 1 0
6,716 6,716 00000000e806613a9ad88f4daf04431d66908f54575276d4759bb378d28bf29b 0.00 MB 1 0
6,715 6,715 00000000caf10e58decf15b632e23e1806681a68825b25f8e6a60df0e5a2da99 0.00 MB 1 0
6,714 6,714 000000009ff1900d129365d25ff6529fb89b01d8aa4363d35d5b885c979e4c86 0.00 MB 1 0
6,713 6,713 000000003933b11259a938879479cc743fdee2d71e2f0e3242b7fc7176a87f12 0.00 MB 1 0
6,712 6,712 00000000a50a8a7b5db2c4556a40d8ef13514104f642c8bddfd9cddbac1eb2fd 0.00 MB 1 0
6,711 6,711 00000000517019985319688c802df181a7a9345f86ef7cc7a1f1b03106c8eae7 0.00 MB 1 0
6,710 6,710 00000000bbc8eb7a2c1aa9ada272689f40561aa226b6bed8308e244fbac84ee8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.08 GB sent, 99.96 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.