Memory Pool Memory Pool Refreshing

15,712 transactions
6.14 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
2 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
904,487 0000000000000000000268160000000000000000000000000000000000000000 ago 1.00 vMB 3,693 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,486 (707,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,503 196,503 00000000000001e5af48182773ecb57cd24aad2b40c46f165dc140eddbd4c71a 0.02 MB 50 90
196,502 196,502 00000000000004fecf708256162f8da64e835a65ec821f6a869f0060f15e95fb 0.05 MB 129 112
196,501 196,501 00000000000005b11f0677bd5d944217d46cdf227afa065bc810fde5a6f161e8 0.01 MB 31 89
196,500 196,500 00000000000006bdd8cefe72fd2830b193d1df2eede2452e0ebf7d2c5345db15 0.25 MB 487 136
196,499 196,499 00000000000004635400e7ae845e90418d71edf68833f7332fb8d71fe7f79e04 0.23 MB 53 50
196,498 196,498 00000000000006974687d7c98eb349d358fbbc0463b81c295b49285d6d071b89 0.25 MB 609 190
196,497 196,497 000000000000011d5fa295809b53579bd662fe46d540ac0fbf536df302ec08c2 0.19 MB 59 57
196,496 196,496 00000000000002599e6c54e681945906d99e1ef48eff6d10b5d7b53a6f10d452 0.02 MB 84 12
196,495 196,495 000000000000005bfe465dbc83d9e7f7912e3337cbf75f7f67bfbcb6215718eb 0.33 MB 297 101
196,494 196,494 00000000000003a884cb247241f9831bb1b265a8c7d7e800e06ba1a642488895 0.00 MB 3 74
196,493 196,493 0000000000000337239273d473c5e9e0a8170ba2158fa881a25af69b8f3ed644 0.09 MB 217 113
196,492 196,492 000000000000049486eaa65006afca44a99f8e2693e4336bf468e25e4caa0c70 0.06 MB 200 6
196,491 196,491 00000000000002a538fb9b907c4a57e35b060e9b2d572088cb69df3f460e0d02 0.27 MB 1,024 54
196,490 196,490 000000000000060d74705b79ad73c9e8631a0d992dbeecc87e64ac2266523162 0.15 MB 324 130
196,489 196,489 00000000000001d06d3b424c5e634219678ff4e0b65c12ae0a2558250b9b9a0f 0.36 MB 927 175
196,488 196,488 00000000000005189d30ae04f62d2b2370133ef791bccf363c4355d9114b24fa 0.00 MB 7 459
196,487 196,487 00000000000005610aaa578b474ff2c0afd12ca762e67422fedfa7350abbb856 0.05 MB 148 55
196,486 196,486 0000000000000533b9832e39db7be85b3f15a2d930843811938b44d9a73639e2 0.00 MB 9 14
196,485 196,485 0000000000000307703b7f4458f548e40a2827b25dadff6219814ad8b82b8d65 0.10 MB 256 116
196,484 196,484 00000000000004249301e060738fa6b1669adf178d97f0b2cc0ab73709e90b85 0.25 MB 723 195
196,483 196,483 0000000000000159380f6af635b4fd040dad6808a98df56b39f564935b0d818b 0.17 MB 512 165
Previous 10 blocks ↓
Total Size: 763.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,067.32 GB sent, 63.00 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.