Memory Pool Memory Pool Refreshing

5,164 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,667 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,795 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,666 (475,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
431,785 431,785 00000000000000000436dcca4781239267c43adc9f9fd8295edb1d7b84bb707f 1.00 MB 2,633 90
431,784 431,784 000000000000000000446045bc88b643941d799846b94ada063a53653c984bc0 0.75 MB 1,080 37
431,783 431,783 000000000000000001493424a1d047d1298cc8672e5fb5dc7a511f83205f90c9 1.00 MB 2,081 50
431,782 431,782 0000000000000000047ad9a15c3741c21cfa43ad69488167b5b2680ef1e192ff 1.00 MB 2,414 50
431,781 431,781 0000000000000000000fdb35ff9909b554fe331016c3edf4c4246d12dea76999 1.00 MB 2,327 64
431,780 431,780 000000000000000001ce869606479ec3cad964e384c904470b7fba06a9a7a4f0 1.00 MB 2,793 63
431,779 431,779 00000000000000000233a67a7ff02ee245a2c899fabe7a771fc53725c674b8a6 1.00 MB 2,085 101
431,778 431,778 00000000000000000244bf1d3600aada272d2d08aa1919a88ba9ecd14f42f3ae 0.99 MB 506 10
431,777 431,777 00000000000000000146161cdb757ffc5a8b22dff06b27a76f6f7d0584f5df05 0.64 MB 1,172 41
431,776 431,776 00000000000000000269df4fb40033f50f2d8e279cf52080a8e74d361b543ba1 1.00 MB 2,803 64
431,775 431,775 000000000000000002e49f2036c1d6e176dc4f1b9e9b4513db1d1fd3ef215b91 1.00 MB 601 12
431,774 431,774 000000000000000002c5d747d53b7b506097574e88b00ca2f75da09d47311b26 0.56 MB 1,058 38
431,773 431,773 00000000000000000425b126247a061706c6c518953597e2954b8777fee49461 1.00 MB 2,083 48
431,772 431,772 00000000000000000134a07e238770052d30ca4fd3a33de1cfe6c06416809328 1.00 MB 2,069 70
431,771 431,771 00000000000000000311a084b689bdc37c4ef246b53ade2378a3a1faa78e49bf 1.00 MB 1,673 40
431,770 431,770 000000000000000002524c474b49f905713ea9b6d4aae4ec2123852bb0113cf8 0.75 MB 2,039 59
431,769 431,769 00000000000000000395f50b2ada8edbeb68db9996158652df06c083034c80f0 1.00 MB 816 17
431,768 431,768 00000000000000000450d7b13b49d86ce549a252a82e5ecd50a664235ef1df83 1.00 MB 2,332 64
431,767 431,767 0000000000000000027c29abebbc47863d7e1dfc9a5ab5533b911de485216963 1.00 MB 514 13
431,766 431,766 000000000000000004022fcd56bcdbe1307be8a86e656b9b1791143cfed42c01 0.20 MB 424 55
431,765 431,765 00000000000000000049d901304388e628275d4b82d215063af2a6416310b638 1.00 MB 464 13
Previous 10 blocks ↓
Total Size: 768.92 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,603.80 GB sent, 92.38 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.