Memory Pool Memory Pool Refreshing

5,718 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
908,294 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,034 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,293 (860,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,832 47,832 000000001b155665b64b893e97a026b88b5c909a246834d580def5de271ba5b2 0.00 MB 1 0
47,831 47,831 00000000330142bcf10650606bd9497eb78b84377235925615d9391726389c56 0.00 MB 2 0
47,830 47,830 0000000005e65c9a1a33f151819c34c87b26740b59d3266d599f5375e4e7b74d 0.00 MB 1 0
47,829 47,829 000000001020db5b1c0f6ae61809f0f61c8f0d2880fd621de470e9db2dcf04c5 0.00 MB 1 0
47,828 47,828 0000000036be54225a7d3fb266f2f23c8890b761bdf4e9e3430072efe76ed567 0.00 MB 1 0
47,827 47,827 000000000e00483e41575c86d4b6b9389c23833cba90769bde359b5270f4e5c5 0.00 MB 1 0
47,826 47,826 00000000226f7a96c8300919c93532bc82d05c91b7653fde8b984ab8839dc85e 0.00 MB 1 0
47,825 47,825 000000001aa3da4cdc3ac96d0d10b832bb4a76fdcbc0624914b7d46db6d7d928 0.00 MB 1 0
47,824 47,824 0000000017fe14fcf8c5cd5295ab63d594309f93432c697abf66a6598d63c7d5 0.00 MB 1 0
47,823 47,823 000000003376c4f9d7dab4ab00d99f3c753ad004b9e2535c3927af463c2bf8c7 0.00 MB 1 0
47,822 47,822 000000001c334b8be72919831286fd50724bc822a55e25f9691079fdc1f5a797 0.00 MB 1 0
47,821 47,821 000000001515ee65396b6150e5c699d17ce36018da9a3404706e15927ddd50ff 0.00 MB 1 0
47,820 47,820 0000000035e0fef0622a09ad0daaf18964c0b190e8e4b7e8c54c429611008fd8 0.00 MB 1 0
47,819 47,819 0000000023e73a8d240b91354fd2cdcaf2ec04df6473ab22c3b7801695c638a1 0.00 MB 1 0
47,818 47,818 000000001e7a17073bc8abf0c2eff59fd2dcf787133064b9c3c1a1d03fa063dc 0.00 MB 1 0
47,817 47,817 000000000e3a92e4d02636ed8eb87b2164e075059f5d4137a35ca8131bccaff3 0.00 MB 1 0
47,816 47,816 0000000017210a6bec0dfd558f6f4b46a5b7c16c2049ac70f0f6d273ea3099cf 0.00 MB 1 0
47,815 47,815 0000000000ce8b0d0ba756c8c81c8bafa113f75b26df9f311139e5483a9e7709 0.00 MB 1 0
47,814 47,814 0000000029852d9479839bc9d20cabe39747b1960152eaa7009173f007a76398 0.00 MB 1 0
47,813 47,813 000000001bc3da354e929ab4adfe956fb509bc0bfb24eaf81be3dcf5074e8570 0.00 MB 1 0
47,812 47,812 000000002e9333b3570f69a706f78c430f06d1c08e38ded06c78a5d670908c9f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.48 GB sent, 98.35 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.