Memory Pool Memory Pool Refreshing

8,173 transactions
3.78 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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,861 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (129,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778,646 778,646 00000000000000000000965c8adad646fc9e61849a6757d9eebc43f1ef491565 1.29 MB 1,338 12
778,645 778,645 00000000000000000003906516df512dd91d55b62ce48e2a4cea2d787cfb4044 1.43 MB 3,271 22
778,644 778,644 0000000000000000000292721361552fe0f4f59367b2b0a42aaca20e0b4464d5 1.52 MB 3,390 24
778,643 778,643 00000000000000000005f02beb55806026f37b847c3dc119bd7f3fc78ea4f993 2.46 MB 1,752 9
778,642 778,642 00000000000000000004427a9f0cf6f8a13c20235b9b02052dcfc9e0a226b238 1.69 MB 3,629 16
778,641 778,641 0000000000000000000497d4438963e0f85c307e0c600c497a929ae80a412f0f 1.50 MB 3,639 21
778,640 778,640 00000000000000000005a38170a7a27e74e5e01a162db1c1f030b2eb9eeea650 1.82 MB 2,647 8
778,639 778,639 00000000000000000003b2a659aeb097b6408bf846553c280d84ab9a02104a64 2.32 MB 1,702 11
778,638 778,638 000000000000000000045a9db5f59c7051c4822d2bbbb35738caa4245ee36127 1.64 MB 3,254 21
778,637 778,637 000000000000000000007e52e2057d6d6e0f9685324b53a338571f145629d15f 1.81 MB 2,691 27
778,636 778,636 000000000000000000065bfee12a9d756836a2e6c4728b3df96ea9a1c56016f7 1.45 MB 3,301 25
778,635 778,635 00000000000000000004cd126da11ae9c0ca144065ed5d1f93163f27f48667ac 3.63 MB 717 4
778,634 778,634 000000000000000000066abadd366964d872c70183071a3fd1b09b601e506902 2.27 MB 1,861 8
778,633 778,633 00000000000000000000d3f2c99d5729c0c4cf05c01b43e034b8331d7063f88b 1.59 MB 2,551 11
778,632 778,632 000000000000000000035a87df4eba7c7ef8cbe2637d7a9d9355a589ba1c65c2 1.38 MB 2,311 20
778,631 778,631 0000000000000000000658af5039cb3f1bfd802c91784cfb6fe8c44e3a78b192 1.47 MB 3,430 25
778,630 778,630 0000000000000000000076e0df5ae72e8fa949b32cae8fba6f5c767a8ceae5fb 3.43 MB 1,014 5
778,629 778,629 000000000000000000008c819e336b1652c2822b2688e92c74b80b814c388143 3.66 MB 487 3
778,628 778,628 000000000000000000049e0e904014b2dc683a19dc76a71fd2f9d68064acbf21 1.90 MB 2,747 15
778,627 778,627 000000000000000000002e8e8f662294ffde2d28c5a44a20dfe599fd626f2364 1.65 MB 3,457 18
778,626 778,626 0000000000000000000252f725732f36e3547fe621e455cbbb8c04ec94bd7b92 1.74 MB 2,513 10
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,624.91 GB sent, 93.01 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.