Memory Pool Memory Pool Refreshing

1,440 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,908 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,422 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (242,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
665,407 665,407 00000000000000000001f618c1f185042f878fff624291f7c4bc4dfae86b0bda 1.11 MB 959 29
665,406 665,406 00000000000000000002843a3630c957361d1408f26c34fac7cd02b39e3f6d97 1.22 MB 1,466 41
665,405 665,405 00000000000000000000e102b9c2a2376f719a4b4bc01547f4f43f71d35f4cba 1.16 MB 1,584 28
665,404 665,404 00000000000000000006d1189e451efab7e4492e8cd4984e526b7edc3bc3f7d5 1.24 MB 2,453 53
665,403 665,403 0000000000000000000b11842312a15fb02d7cdefeaf3a68932d43f3229fb40d 1.31 MB 1,619 16
665,402 665,402 0000000000000000000d8c72ffeebe65b9c655b02b52f1941ea009505fce083a 1.16 MB 2,529 40
665,401 665,401 000000000000000000000103b3ce7c49083c6a2532e0725dfa3f332f4d474fec 1.30 MB 2,378 46
665,400 665,400 0000000000000000000b5a5054e5f45a223921eb750fb24a0adedc1d4e7ef41d 1.30 MB 2,818 57
665,399 665,399 0000000000000000000b8f65405332fd550208e9a9593cb69e21934f69688846 1.36 MB 2,293 61
665,398 665,398 00000000000000000008e23f0acae31ec0806578d9c0f082a3b4a203984b9859 1.18 MB 1,181 95
665,397 665,397 00000000000000000007a714a0a1271dc08b690c7a1d94e57967a5cbb82ce160 1.25 MB 2,860 52
665,396 665,396 000000000000000000012f90fa9212154ec18fa111700b04211b0e3bede78f95 1.39 MB 2,237 61
665,395 665,395 00000000000000000001f42d7d225fa185b5277bd8f4dd6a6d1f02c3f0d029a4 1.37 MB 2,299 55
665,394 665,394 000000000000000000080a009209627c9eaa774e5a05185ec1ea6e44733e69d5 1.39 MB 2,722 85
665,393 665,393 00000000000000000009f372850de210db255f4f79c52b1b234699786c462eb4 1.28 MB 2,471 40
665,392 665,392 000000000000000000065cc4192b518a2b3cd49cb7aefbb965de8fad22de7a2f 1.27 MB 2,062 40
665,391 665,391 000000000000000000058449b5590db4167089f277fad0ebccc5bf8921051ba5 1.07 MB 967 32
665,390 665,390 000000000000000000067ede91ae7f27bb9a7276fa65d86c59da871bab262925 1.21 MB 2,452 27
665,389 665,389 0000000000000000000793aa8c982ab702b932c7316500e586a2c52ca2c1e863 1.33 MB 2,378 86
665,388 665,388 0000000000000000000cb4f5452a21ecb1819427d10914df21217dca9cca7b69 1.10 MB 1,104 97
665,387 665,387 00000000000000000006be3c3d4fcac8cc2227af410db11e36ed8f07c2e5e96b 1.09 MB 749 26
Previous 10 blocks ↓
Total Size: 769.37 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,643.88 GB sent, 94.78 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.