Memory Pool Memory Pool Refreshing

3,063 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,766 (157,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,774 749,774 00000000000000000003268532534d30763e39d34ab80f69c1d6b3ed0ad3fe22 1.01 MB 143 7
749,773 749,773 00000000000000000001f5da36a89634cade47d2758ea19c9a846e081a059aa3 1.14 MB 716 10
749,772 749,772 00000000000000000005f28de7037f2d3f80793dbc0e9917b37aeac01ea4cb92 1.41 MB 819 11
749,771 749,771 000000000000000000047be54b2764417c557ebef6853a995294c988f29a408c 1.53 MB 2,881 8
749,770 749,770 00000000000000000007ec1d6611c8bdcb15a051ec2def77725e71cbc26ecb8d 1.67 MB 2,590 12
749,769 749,769 000000000000000000048a861083b3a9b6df1f124da1d09a04703b5bbc387a79 2.17 MB 689 7
749,768 749,768 0000000000000000000786333ab3b964918ecdaa7560714c448789d9525a4663 1.74 MB 2,338 9
749,767 749,767 00000000000000000004d029176191f143f05fbe20f35d8da9441994db1cf31b 1.46 MB 3,063 19
749,766 749,766 0000000000000000000517fd816145b1ad2b54d5b2a278a2648c737beceaa52c 1.78 MB 1,621 5
749,765 749,765 0000000000000000000548affb791004d9124a5ac8f3f5e4e8e81cccd921b0b9 1.81 MB 1,273 7
749,764 749,764 00000000000000000004879073149687acb88f740831388de1fd69758bf02647 1.75 MB 2,492 4
749,763 749,763 000000000000000000037dacaabbc9c569aa3697fc33d8ef875e8758c50dac9b 1.88 MB 1,790 11
749,762 749,762 00000000000000000005d3230070dcfc834b6fcc60918f7c34e42e30baf508ed 2.13 MB 978 9
749,761 749,761 0000000000000000000912611964a2a70e12b12b7cc219754bb9d65d090fd3af 1.41 MB 2,046 13
749,760 749,760 000000000000000000016e578ac3c8dff1f872bde2141fc3cea9ce826acec143 1.94 MB 1,401 10
749,759 749,759 00000000000000000004933a69d948722a33d3dc0e26a7c360dc42a584bf3f3d 1.81 MB 1,842 5
749,758 749,758 00000000000000000000a9121570ca55e66f0e9d4b2a6d3b22afca5e18cd777e 1.83 MB 2,015 6
749,757 749,757 000000000000000000048420212c9db6516f006d7edac795a5d2760dc7beaeec 1.85 MB 1,910 11
749,756 749,756 00000000000000000005af8c2908b340e3c2dced8c8c8f2580517f05e3eac222 1.82 MB 1,934 11
749,755 749,755 00000000000000000004bd1f3ef926026e3be2bb2e87ee685fba3aaa3bdac934 1.49 MB 2,874 7
749,754 749,754 0000000000000000000252ffce57b42ac3ba73c417578583eed4e0743a0d1018 1.53 MB 3,212 14
Previous 10 blocks ↓
Total Size: 769.10 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,629.30 GB sent, 93.42 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.