Memory Pool Memory Pool Refreshing

8,397 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (791,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,102 116,102 000000000000a56a1a9d8d83ee35c864677d86382b6c0e1f6c57dfe1a1f78dec 0.00 MB 9 678
116,101 116,101 00000000000076fee78ae3e7ffc05305fb8571ba8a5db9a9f90506a7d3ef9536 0.00 MB 3 0
116,100 116,100 00000000000065411fff4820e49ec49f2cb88a9ca32167f63f467f7e617ad49e 0.00 MB 11 312
116,099 116,099 000000000000dc34db009c40c1bb60cd37fd089f0e08215803d7dd70ccc4490e 0.01 MB 10 676
116,098 116,098 00000000000026a4bf4ef3c4e8f81c602aca2f3c4ac6264da71841c942f4554a 0.00 MB 2 5,235
116,097 116,097 0000000000000e94002bd17ed2189f2e812d92fd0ff5cb4466e2035bb828abc1 0.01 MB 4 931
116,096 116,096 00000000000036a5208c47ac272491dc851dfa60e27e80b970acac52abed41c6 0.00 MB 10 0
116,095 116,095 000000000000b15335114d054b900728ebf24ef35891a64aef897f3a653fdec8 0.00 MB 9 706
116,094 116,094 00000000000038b6667885576238c54f4cdfe7e4e116b9224d54950d63fbcb31 0.00 MB 8 0
116,093 116,093 000000000000cd13dcc9d6a54a637b7f2b6171a8bcb75219792bfa2913f46edb 0.00 MB 3 1,395
116,092 116,092 000000000000d5cff991b6b97601857944488c28d0eddc019896920a4ac18283 0.01 MB 21 584
116,091 116,091 000000000000ede17d8b4aa8c1f298a3e16a63609f7a25f8a31d3d16f9ed0c73 0.00 MB 6 0
116,090 116,090 00000000000009878f10a218008700745aa1e4ea1606417891324b51a3c7f33a 0.00 MB 7 1,081
116,089 116,089 0000000000000676a88612dd9dd665dcf69220f7c311dc274bbcac161a5be432 0.00 MB 1 0
116,088 116,088 00000000000003746efbd7a8f0476c2c8f62a7cf062270f5e2c48af58a7fead5 0.00 MB 11 0
116,087 116,087 0000000000009bb8c854e39b3f5c4b051d5219cc1ceaf13c0933433a05ca2a9d 0.00 MB 6 672
116,086 116,086 000000000000bd749b96d83799884d912815ea17133622d86f4fd87b151d9367 0.00 MB 10 0
116,085 116,085 00000000000092a0fefaa84d9b2d44cdb019b3a8427f69f73d1a99ecaf7ec443 0.00 MB 12 624
116,084 116,084 0000000000001082bc662f892e1592d49f7b842184a9d663afbe5ccce2ff74ff 0.00 MB 10 335
116,083 116,083 0000000000008b3c0bb2876b5db510b22758bf5a1c80a5d2f02cc16a233ef65f 0.00 MB 11 612
116,082 116,082 000000000000cbab5f4a0ac3b173c6b1d4382f043f534e8a19a3020f22def82f 0.00 MB 4 2,340
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.