Memory Pool Memory Pool Refreshing

3,777 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,536 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,535 (900,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,948 7,948 00000000fa9da87d8db2bcef5be8a9de7eaaf976a516541fb1bce79d4b9091e9 0.00 MB 1 0
7,947 7,947 00000000887a8d2a257aaf81dddc1c8293b269fd7d80ce10579d78d1e5c8c982 0.00 MB 1 0
7,946 7,946 000000002fa17e8f97fb9326f280738df4769e7e125b8262d0e07ce1bd43df3a 0.00 MB 1 0
7,945 7,945 0000000021d65a95f991084f2da13678dccb6f9ad438812ee0f67571fdb58e7f 0.00 MB 1 0
7,944 7,944 0000000021d3b1decac58027e42da53c9540d3568a8c12f4f03d2e2a5c752814 0.00 MB 1 0
7,943 7,943 00000000589999eb514dc14d0a4bdd5b3c6f69b8077ce63909862fc4782f9897 0.00 MB 1 0
7,942 7,942 00000000ecb825f6f220dcbc0b1e39355ebe2354cc0cf63ce40546b51bb7c437 0.00 MB 1 0
7,941 7,941 00000000b147e02319044264b4aca8c4c35ca59bfd2566c76dca6491c88a15dc 0.00 MB 1 0
7,940 7,940 0000000063259940e89b62d6eb99a51ad3ba08ee14ab77552e785846d0d7a876 0.00 MB 1 0
7,939 7,939 00000000d6883b596e44e7d67a5ab159be857877f70604ee394fe95880ab28f9 0.00 MB 3 0
7,938 7,938 0000000044e8daf74c605bfb540f89f8cdc142eaef160fdf66c1a02b797d326a 0.00 MB 1 0
7,937 7,937 00000000248dab90b33164a7f22f5c1cfc93da5d8e43ea86d1b888f4707c6baf 0.00 MB 1 0
7,936 7,936 000000007baf5b168d8911a7c0154b7d39bb6ccfb82adc90fc6491fd56d1df26 0.00 MB 1 0
7,935 7,935 00000000073051578e1080651be449b2bcc60132e004d6e4e739b12852b4306e 0.00 MB 1 0
7,934 7,934 00000000f6904fb744a48539f17993c044c61cc17a9d84cb760e47500deb9415 0.00 MB 1 0
7,933 7,933 00000000277bf2d9deb20701a7dbdeaf676f0dc5746ae4547c48c7a1fdd914aa 0.00 MB 1 0
7,932 7,932 00000000559fbd392a1af1026f4024f7d39dcaea79e16dc06c28a24d16bda20a 0.00 MB 1 0
7,931 7,931 00000000c5f0a54f70b48b274672069a0732eb43d21b501e313b318ea8bafbf1 0.00 MB 1 0
7,930 7,930 00000000654662ec8d93db4fcfc8d006e71113de5a3275087bdb592984864c24 0.00 MB 1 0
7,929 7,929 000000000390cdbe7dd9d5a9d7370c89d554be94d987e18b361f80836081f1d4 0.00 MB 1 0
7,928 7,928 000000008521df4a69ad1c9414d2ed701256b52568a8078b44466e6f01ddc56b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.69 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,842.52 GB sent, 100.44 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.