Memory Pool Memory Pool Refreshing

2,643 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,140 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (383,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,773 524,773 0000000000000000003f8da599068726037896d6ad601fb39d7b3f8c7a7a74a8 1.14 MB 1,898 101
524,772 524,772 000000000000000000341b599fc83b52fe6923f6cac029f075f3954a212819ec 0.36 MB 455 27
524,771 524,771 0000000000000000003e20a9e9eb3af6250115045085f8a08dad1322ef17e892 0.63 MB 486 5
524,770 524,770 0000000000000000002537236acb419d8e3ae299e0786d28bfec3149caeb9f5f 1.01 MB 168 1
524,769 524,769 00000000000000000027aca585ae851cd080c7dc8ce259c9305ad8df34436807 1.19 MB 2,399 29
524,768 524,768 0000000000000000003607519be0f43524486bdb5f0c3d2a448562ffb78dc529 1.18 MB 2,267 57
524,767 524,767 000000000000000000211248b4c7b7269e4c28e7bc860cda33f2a7439cd00629 1.02 MB 1,260 30
524,766 524,766 0000000000000000003c3a2eea7612f898d644d8fe8b244058ba5fe2305e860b 1.09 MB 1,514 16
524,765 524,765 0000000000000000001ae704651a5c00f82652f4c923c1f259448b889e7cb404 0.22 MB 438 35
524,764 524,764 0000000000000000003bc7f82da5d54e3a01b14035c54cbfd530f962abeabbbe 0.36 MB 422 11
524,763 524,763 0000000000000000002dc174ec5b4196c0101623f99ff2eac015b484491f0504 0.07 MB 105 14
524,762 524,762 00000000000000000003d0a6ca9e3611bde78763b1796bc50386e4575723cd3d 0.23 MB 261 21
524,761 524,761 00000000000000000035ce52c3c5055081085a8ac267f375a2fd26d3942d656a 0.98 MB 1,269 19
524,760 524,760 0000000000000000002b336b6dc9874917d18c0dac0312a60b8af520629572e3 0.40 MB 116 1
524,759 524,759 0000000000000000004070b9f1bf4a840eea966234d3cbbf41ea29145be05072 1.10 MB 1,831 29
524,758 524,758 000000000000000000134e28aba8a3e3a7c0943f04b2f50920e7a929e8570274 0.41 MB 396 12
524,757 524,757 00000000000000000040b256b914ec4fd28157fcda25e4c22f1233be964a14da 1.08 MB 1,328 17
524,756 524,756 00000000000000000020d3dc87656fe79688dc9fe15c57b4bfd4b80feb54da52 0.26 MB 437 18
524,755 524,755 0000000000000000001ccd03ad309f4cdb36bee7a62760277b1e7bb7736e68f9 0.68 MB 253 3
524,754 524,754 000000000000000000122a4cd8fadfac46673bea45e4184532ac54752ce84ba9 1.07 MB 1,174 16
524,753 524,753 00000000000000000037732f7d7d492c84586d309cc6bd72ad6aa211d79943d0 1.12 MB 1,835 19
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.