Memory Pool Memory Pool Refreshing

7,053 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,544 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (569,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,529 338,529 000000000000000018623180b7751c3acbd5b4990dfc015578cd2897989bf145 0.73 MB 1,704 14
338,528 338,528 000000000000000005561556c275d2494ccf43af8945470fd2ca455704fb3679 0.45 MB 732 22
338,527 338,527 0000000000000000094242d838304102039e927de92d457045fa967fd271937e 0.20 MB 470 32
338,526 338,526 00000000000000000f91c43fd1cc3124409bfd8c50d5aa33d390c35e9dd28064 0.45 MB 866 117
338,525 338,525 0000000000000000133e49f34ffbc1e4057438cf28a50fd837f4a8a172f5ae11 0.69 MB 1,089 24
338,524 338,524 000000000000000013a82d45e7c24999810035545ab2f81aed972a918ff5d84a 0.38 MB 562 15
338,523 338,523 0000000000000000019d5c2dca11cdd3fa955e74831dd3a2b4e43970a2dfbfd7 0.34 MB 121 10
338,522 338,522 000000000000000015876f49beaa8a097c9e2630d6cc94d1296c4af289404e45 0.00 MB 1 0
338,521 338,521 00000000000000000bf43d866f9351ca72727a39cb526ba22e2d87ee38f34942 0.50 MB 262 12
338,520 338,520 0000000000000000134ffd8a3fdb376a3e201e8dc33d28e033405456c67c75ae 0.75 MB 1,155 25
338,519 338,519 000000000000000008b4541095c7cce794b33b53ac06f39783d165e51756a209 0.75 MB 1,123 22
338,518 338,518 00000000000000000e1bb4f86908e9cb03f6498bd22de5e027d904f8aa376612 0.14 MB 256 23
338,517 338,517 00000000000000000be6d2451be862896adbd3e8cd4ebbc05a47083f2d193dab 0.18 MB 512 35
338,516 338,516 00000000000000000c4fdcc471a7134b5fdf5c52e13893b784783610e07d94fa 1.00 MB 712 14
338,515 338,515 00000000000000000d3674126285656d153b1f0fc2c1190572f1a99d0bb5bf62 0.24 MB 512 28
338,514 338,514 0000000000000000138d1c39e2bee9cab612504425ea1975a915850cb9037f7c 0.07 MB 81 11
338,513 338,513 000000000000000013f64fd4c905a80ee39e43ad8f0e9a732315655bb7d78d9a 1.00 MB 1,777 29
338,512 338,512 00000000000000001670c82f89aa0cc5bc91aae50dbafb4f0943c024d30889da 1.00 MB 2,148 40
338,511 338,511 000000000000000001325b2500931b096795cd0563a4e8bad94490fb297a5db3 0.19 MB 512 35
338,510 338,510 000000000000000008348ac80bc457e3daf6376ed7d7bbe5ad24d701c8ac8ae1 0.85 MB 486 13
338,509 338,509 000000000000000003fdc7d296ca3e450edd74b61acbafb1bb0fe1e92a640211 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.97 GB sent, 93.05 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.