Memory Pool Memory Pool Refreshing

831 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,860 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 827 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (208,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
699,321 699,321 00000000000000000005db679ebabe33b4adce4aa8df6c45a4de00399b93bb5d 0.86 MB 1,622 27
699,320 699,320 0000000000000000000c0268e746ad2fd3a1bb976a07509384d00dc371ba1fb1 0.54 MB 928 25
699,319 699,319 0000000000000000000d09b5afd37e042114b07427b3ef98b564f26380376f57 1.42 MB 1,640 25
699,318 699,318 00000000000000000005834360a5b7162fa2a93604a98ccb80e794f91c34ac7b 1.21 MB 2,219 25
699,317 699,317 00000000000000000006285227e1c98ba77a8724c2ad2a864d1a0f975c448106 0.06 MB 138 26
699,316 699,316 00000000000000000006f0929539a72ede6233fc2388079e990673b2e05ea918 0.14 MB 356 28
699,315 699,315 0000000000000000000e7e5297072049b21fd6c90a5b1275cdae5cf7e45eb5a3 1.17 MB 1,628 13
699,314 699,314 0000000000000000000262e9ea954fb75a33ca7b5e0cf1530074f5998d5341f4 1.51 MB 1,994 6
699,313 699,313 0000000000000000000c887753fbd91bf37e6b96444596d33b851a4c8b553fb3 1.65 MB 2,499 43
699,312 699,312 00000000000000000009a1e331c139c05e3eb958bc281b3fcffb206bce431f1c 1.49 MB 3,457 31
699,311 699,311 0000000000000000000802a8780dee125a3e268a6a0c3208872aef0b6f51f1b2 0.19 MB 457 22
699,310 699,310 0000000000000000000a11907b7036c596e0f93285c94b076fc5cfec613609ca 0.53 MB 997 24
699,309 699,309 00000000000000000009e19b2e703b592373260c6de2f57ac4a0a804bd87f20b 0.63 MB 1,237 21
699,308 699,308 00000000000000000001302e872d57bb6a67e11253134d2b440c82392114dbda 0.14 MB 314 17
699,307 699,307 00000000000000000009e30f02972661d7d25463f09afa215e5f30b754d0ff53 0.49 MB 755 11
699,306 699,306 0000000000000000000d5cd8cc81c5a997e87f87402fd98f0167641e87302d08 0.52 MB 942 21
699,305 699,305 00000000000000000003dd500fb5dd6292ff3439c7205da1ef68282d9bc1e82f 0.27 MB 471 19
699,304 699,304 000000000000000000048f549558918e58f6474cfc6e6794d242c373354d3086 1.09 MB 2,084 17
699,303 699,303 00000000000000000007a18d3b21be6624d98cdbd9e918de4d2b8d5ab9ec4362 0.22 MB 497 26
699,302 699,302 000000000000000000002a9f87ac97a7c14d939766129c06376394c17c47b0dd 1.33 MB 2,314 13
699,301 699,301 00000000000000000009394f8e63fd126ac578012587496aa5500ec301982d2e 0.77 MB 770 7
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.