Memory Pool Memory Pool Refreshing

2,484 transactions
0.77 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,667 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.75 vMB 2,474 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (879,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,930 28,930 000000001990f0dd5d20b608101b9d615c0c60244eca04a90bc123e2f1d032ca 0.00 MB 1 0
28,929 28,929 00000000c634fbb1a5b85154cf5eb782546d9d4801a3e701e11a5102c6e3c46a 0.00 MB 1 0
28,928 28,928 00000000580af9fa98aef20adb9308d1d9386c59b1c987aa99de7c52618595e2 0.00 MB 1 0
28,927 28,927 00000000beb4973e57fa5acce781ee1ca58f957b37fb689c6e81f8471543a792 0.00 MB 1 0
28,926 28,926 00000000ca37db1620c8315a6f8ff1d11bdc48ee9670335533d61f3d55e330e7 0.00 MB 1 0
28,925 28,925 0000000038bed7d83362a4f1cbb53eb72e66923f0b10ac94f4bb9b5c0f884ae9 0.00 MB 1 0
28,924 28,924 000000004cfbef16b140bdf22f809fd6a9fdce02e83302dfa42884b7b42a1e7c 0.00 MB 1 0
28,923 28,923 00000000b835bd8634cff45e110f222c2f333f64de0fd3241535d29ff06e55b8 0.00 MB 1 0
28,922 28,922 00000000655fae7751531292665f9127097673e422082f9ae29ad307d8075cfe 0.00 MB 1 0
28,921 28,921 000000009cf6d594dcd9f2dbef01bd0d95da2c73d82303043f1d3f2859ac94ce 0.00 MB 1 0
28,920 28,920 0000000098462049ba3dc8db66d73ea7a00de0e0995d17b82a0f753f8a2ca79c 0.00 MB 1 0
28,919 28,919 000000003d68658f9cbf10dc4fce36727332ea8f64a25fcb75c72a52a0d187c2 0.00 MB 1 0
28,918 28,918 00000000e5e15197b29119e6944a3f3de7c0bec23e24df471d9841ddf632ffa2 0.00 MB 1 0
28,917 28,917 00000000a6bbfb2b792645ea1d9842e98e113eaa5afa53329178853bf2fe2d54 0.00 MB 1 0
28,916 28,916 000000006b5916641fc0f1004eed10506815f69091cbf17fd9d62bdf31add2aa 0.00 MB 1 0
28,915 28,915 00000000a4f989242696ed56fe3ce7b857f1c47971968815d3087ab20d5774e0 0.00 MB 1 0
28,914 28,914 00000000892571969d542dc56ed6e160bc940698dee1159ae64e0251de08846d 0.00 MB 1 0
28,913 28,913 0000000048f3a6cc1515a41ba2751c4232b004cda1423142b3cfe8d43b494fba 0.00 MB 1 0
28,912 28,912 00000000a4b397ed0e0a979a88fc2ca19c71c5c8f6fae46878eb3b1e5b1070c5 0.00 MB 1 0
28,911 28,911 00000000327c41e204973660462a4ede011ce8856a703106ab21c9119a0843c5 0.00 MB 1 0
28,910 28,910 00000000a8119b8c967ea518333e17ad51b7912725954dcff8a61fa21eebb7bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.32 GB sent, 101.64 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.