Memory Pool Memory Pool Refreshing

7,690 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (528,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
379,647 379,647 00000000000000000e7cc369013f9942055d527ac693f7ad8dc6b945302d5c4d 0.99 MB 1,755 25
379,646 379,646 0000000000000000058defb05a3fd8777a0ac47c4658a7bd8b4841348ad581ae 0.38 MB 812 30
379,645 379,645 00000000000000000c14bed8d01812a3ef6714c82aba43d08cf2ed51ed8f98d6 0.00 MB 1 0
379,644 379,644 0000000000000000081ff758e6aa7ec91de1d0bf74b01611969e0f03680a78b7 0.93 MB 1,988 42
379,643 379,643 0000000000000000112b8158174f27dddf49768754d87e207539e70c8edb2a50 0.15 MB 253 28
379,642 379,642 00000000000000000b9fbffbf55fe6185f484454636c64637e4f89a2623420f4 1.00 MB 1,613 32
379,641 379,641 00000000000000000bc487619767ea0df6433baf8376cadb8862da412597ef68 1.00 MB 1,134 27
379,640 379,640 000000000000000009b06c729891b5f5a78110fefc011c379c347e9b2db75eb2 0.19 MB 159 10
379,639 379,639 00000000000000000f00ab8e15775b0a4639a7a4432b86aec89f118ebda770bc 0.93 MB 2,189 51
379,638 379,638 0000000000000000001ec27b35cf53e668d52a2505cf3cd6e374fb538d3f9fd5 0.93 MB 1,909 39
379,637 379,637 00000000000000000915ff1192cae7273fed08cbdb028d4f3b14fed2a0937ada 1.00 MB 2,432 52
379,636 379,636 0000000000000000053402d8aa86ce1465a82d6452600d6cad2db44ac9ada15f 1.00 MB 1,390 27
379,635 379,635 000000000000000003c59070ee98b1c3506de63a69bd46dd944603ce8fc36f84 1.00 MB 1,580 29
379,634 379,634 0000000000000000120be426a20b7d844661d6fff8b33f05e65ecdefd5f0724e 0.93 MB 2,623 52
379,633 379,633 000000000000000002d6db1b1a865d73e8ec0413a52f10a8364b4f433a66167d 1.00 MB 2,126 38
379,632 379,632 00000000000000000f6d934e716587192cbf967a7063e84654412c5a52ea0869 0.40 MB 248 7
379,631 379,631 00000000000000000b05ca86985ea1d62cf7a95c10c188fbdfe076f72279570f 0.23 MB 457 30
379,630 379,630 000000000000000001a381ca8adcd1c48f2cd7f6bf0897744efae038e288656c 0.41 MB 950 38
379,629 379,629 0000000000000000086c3ac2b3fdb1a1e2fbbbf8d319f94aa2f98cc101305af5 0.99 MB 1,137 22
379,628 379,628 00000000000000000ea761908dceff0d59e7c3abdfcd992ada1ba8b6a40419b6 0.91 MB 1,790 31
379,627 379,627 000000000000000005592d3548703e94fc31640402d97e9f487a53336c3eb299 0.93 MB 1,963 40
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.