Memory Pool Memory Pool Refreshing

3,507 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,117 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (109,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,815 797,815 0000000000000000000031f3bcad9a6af30f4f5207eb2f61947603561897b3e5 1.69 MB 2,808 8
797,814 797,814 00000000000000000003d3d0fb9d80e704db2f05cbead8199f6c373d46a875f0 1.56 MB 3,421 13
797,813 797,813 0000000000000000000476061b01599b7cc67bf3cae6b9fd2b279d4108d88f9e 1.54 MB 3,321 16
797,812 797,812 000000000000000000000f9b0f09e68af01ae61e6f96659d992a3618ca850dec 1.65 MB 3,303 4
797,811 797,811 000000000000000000032bfb56ffd3ccf0f12e89d3586d510cd321330b791648 1.84 MB 2,026 7
797,810 797,810 00000000000000000000c43a6b6f24f1dfdb44747ee9581db2b4197939ad6eaa 1.55 MB 3,459 16
797,809 797,809 00000000000000000001535d90d87fe8292d9cf3931684e844ac6ea07ade8044 1.67 MB 3,174 6
797,808 797,808 000000000000000000000335fb65ebcd159a4aaa6b57387ba69fd726febda7ff 1.58 MB 3,234 14
797,807 797,807 000000000000000000012b61c53e5ce625749ba8510da8598c096df5a6c5a5a9 1.78 MB 3,007 7
797,806 797,806 0000000000000000000109ce95d714dd6c23495f5f0fc7438744eee36bed6594 1.31 MB 1,755 7
797,805 797,805 00000000000000000000f2220352908ae279b84c9d039d07093a926968d191d8 1.75 MB 2,573 7
797,804 797,804 00000000000000000004bf658df40c0ff8679841e9952c07b906e8b466496f7f 1.57 MB 3,395 16
797,803 797,803 000000000000000000013888c99c5f93afdf60c0973a2872b8f3df067f944425 1.60 MB 2,802 13
797,802 797,802 00000000000000000001139514666c9a14e28452d37d074a395c508634af088d 1.57 MB 2,640 13
797,801 797,801 000000000000000000010a19ae9b758428386b29c2c8a6a9d6ae4a50057c3bda 1.32 MB 1,899 8
797,800 797,800 00000000000000000004d6bcc25aa699eb51502979ebe7f829f5de074a48e00f 1.69 MB 3,559 12
797,799 797,799 000000000000000000042f3b408b28a31b200b1a2a8ba317ba0ff64cbfeec31b 1.76 MB 3,814 15
797,798 797,798 00000000000000000002e7dfd766c017c63572eca88ee684d44d838d7e245c67 1.52 MB 3,146 27
797,797 797,797 0000000000000000000060d17d293c01bcb81263fd1000e864c554cb2f2743ca 1.66 MB 3,207 13
797,796 797,796 0000000000000000000301991e8b093ad968eac56a917381d7cd78d6b8a2fdc3 1.65 MB 3,729 16
797,795 797,795 0000000000000000000073a6b54cafa21672bf30f9d6cd8767fb840f1545e459 1.51 MB 2,815 15
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.