Memory Pool Memory Pool Refreshing

506 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 482 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (575,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
332,299 332,299 0000000000000000118e9817888e38b6d594bbf289807637199aeba6fbf7c79e 0.21 MB 431 51
332,298 332,298 0000000000000000115994f17df1dd01a5291f3a7b3d4fb9f9292a6537462b95 0.11 MB 138 14
332,297 332,297 000000000000000012ede86ee6d7bbcc0b6eed4a11ca56d07eea578c8a8b0f14 0.21 MB 377 31
332,296 332,296 00000000000000001220c33624b4fc5642daefcd73f55049b87e689aa6cbc96b 0.28 MB 558 31
332,295 332,295 00000000000000001442df6902d751570425d9b5ef606957e95c7fec2668e832 0.25 MB 333 22
332,294 332,294 00000000000000000f51a5fc3fdc29919ca3335ea84dce7ffeb520c7ff753b08 0.49 MB 431 16
332,293 332,293 0000000000000000072ee7a5f59dac8e3c6a6a603e882fd61753c50b804ef9f4 1.00 MB 1,216 22
332,292 332,292 00000000000000000cb50ea830435f7fccc32ffe0adcd23193889e6555b480c3 0.34 MB 83 11
332,291 332,291 00000000000000000401dc9e1f005e1fd4b33f4baeff350172dc2295cfb141cc 1.00 MB 1,112 18
332,290 332,290 0000000000000000020c76fd0f1ce3bf016e41ff545361d267cd025eb73e5975 0.70 MB 659 17
332,289 332,289 0000000000000000021be8a9433a530540e4a30fcf887e1ec498ddab5a64c78b 0.60 MB 702 18
332,288 332,288 000000000000000016c70bd9afb9dc42b1e8f4ae5c24cc5463599be6b052d835 0.42 MB 426 17
332,287 332,287 00000000000000000b042bde7aea4eff7171d36c55a4e938162dbde97e6da96e 0.67 MB 669 17
332,286 332,286 000000000000000004216d764ddd487d9e4ebfd7484eacb4fa15ebf69be7a258 0.15 MB 277 40
332,285 332,285 000000000000000014d268111cb8c7a08f80af50337da528ef76f07bc2b0a844 0.10 MB 162 20
332,284 332,284 0000000000000000199fd6ba334b59e4660b0e3c84087a74f584dc96c804b91c 0.12 MB 245 23
332,283 332,283 0000000000000000115fe182877e823842ab4710853893c164ded059f59b6465 0.53 MB 499 15
332,282 332,282 000000000000000018c2c5183bfbc2642b495930fad2683b66f1c63b349ed0e5 0.75 MB 1,336 24
332,281 332,281 0000000000000000158c94af0cd28d348d67b52c5641d149ae5f21aa5cd56721 0.23 MB 320 22
332,280 332,280 000000000000000016956fbe7210540274e1a6f983b817ed22cc739a13e3fef5 0.05 MB 95 19
332,279 332,279 00000000000000000cde865478d9e76ddfc244fb661e8d9b2b50624c259bd136 0.02 MB 51 35
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.