Memory Pool Memory Pool Refreshing

4,112 transactions
24.57 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,493 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (833,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
74,736 74,736 00000000000e2035bb346fb979c2bb3ae2bfd9b9015ea23d28aa05e5fd71b6dd 0.00 MB 1 0
74,735 74,735 000000000069fed4650ba07db1caeff39afcf4245982cdf17ad6faaeae2bc5da 0.00 MB 1 0
74,734 74,734 00000000004bb9daf068a2a669fbf58d33fe5ccb65f7af8126c10b286806210e 0.00 MB 2 0
74,733 74,733 0000000000705eac5a126eb67c11b31cb36d9eb14d0740b8a0d9cb3ce5e3a76e 0.00 MB 2 0
74,732 74,732 0000000000218149e66c0dafaa3de2c652778e10feab4b70533dae416d47cb0f 0.00 MB 9 0
74,731 74,731 0000000000647cde25b601540a4b7d0e6c021deec20b7ae777ec4a8ca9238403 0.00 MB 2 0
74,730 74,730 0000000000333860df66a6e1eff07293b25a3c395023fed5415510bbe007f6f1 0.00 MB 13 0
74,729 74,729 000000000022c9787decd86a7df12735412f7d079349837db3b0673621fbab81 0.00 MB 3 0
74,728 74,728 00000000004a499445cbc16d53ffca3a6227ed0bf2e2def0e24e4754e11e7665 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.25 GB sent, 98.62 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.