Memory Pool Memory Pool Refreshing

1,692 transactions
0.62 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,033 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,681 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,032 (833,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,757 74,757 00000000004d460b370c712c272c350d978ffbb2032f56e57b6518464ac0148c 0.00 MB 3 0
74,756 74,756 00000000003ab8284d4075efcd1a49a59cd237d3a48cb7d35f424cbcf603dfaa 0.00 MB 1 0
74,755 74,755 000000000045a49c1a89cf582554ddb80dd4871f6aee71c0d707e9a5cb923cf4 0.00 MB 4 0
74,754 74,754 00000000002c0676694eb137ca62711e22848ebdd81d601bc99f144901936c76 0.00 MB 1 0
74,753 74,753 000000000041795fd5729cb89bc2618a03bcbe122cca1884caa70875d3e54032 0.00 MB 1 0
74,752 74,752 00000000005030b631af9c9eedb7b4a9f7a61d63521c0483172d6c15e3ec1a70 0.00 MB 1 0
74,751 74,751 00000000005b12169237f030ac4b6cf9fd56eeca1e7e965d72e40c7c39de1693 0.00 MB 1 0
74,750 74,750 00000000005164131c4a72c53ecb60528a467b6062b6df0f347b7ca08005099c 0.00 MB 1 0
74,749 74,749 00000000000644ccfc64f9377af163b47cac04368f002cec6d41f659c21f9e12 0.00 MB 11 0
74,748 74,748 000000000045e8d64c92e8f5b30df871f595d76e062e523b5bd953992b6ea0ea 0.00 MB 4 0
74,747 74,747 00000000005810a345f5efcfb1999ef4ff88a8b556ef1598abd1c5e06ba27ad9 0.00 MB 1 0
74,746 74,746 00000000007d36595fb52a6eb7d2458fb65d69c18c9d1f9eee63d44a30ff0793 0.00 MB 1 0
74,745 74,745 00000000003a5f98913960ef4ebc11f660163c452b24d3f8003c32c479953b71 0.00 MB 4 0
74,744 74,744 00000000000453686a0d38e2b9b5287e05b9032d49775175394adefbcf02cf5b 0.00 MB 3 0
74,743 74,743 0000000000233d3bc8bf9a644e64a14c37124358f467486c4c7de1bef2d8db06 0.00 MB 1 0
74,742 74,742 00000000001ab454b2115f2d03dc676a50baa6b4446f254e37e6bb17d8a9a79a 0.00 MB 3 0
74,741 74,741 00000000002c03d16973abe660d3a3deb4deaa1d642111299cf8a3d87906702d 0.00 MB 2 0
74,740 74,740 00000000001a2ac70fc6310ec83464c860afb78138bd043f0de31de2a3c8dea7 0.00 MB 4 0
74,739 74,739 00000000004d542fa6b55285887743a06331a0a47ae726d476a99b042454f1cf 0.00 MB 1 0
74,738 74,738 000000000021b8e3359b9b7b13759f78d88ca91083fbbd1ea2db144e33e35a6d 0.00 MB 2 0
74,737 74,737 0000000000054cc1e7db8ebd5691bc601c629271219a17e153e423437e0b4d34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.60 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,651.56 GB sent, 95.92 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.