Memory Pool Memory Pool Refreshing

4,266 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (760,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,903 146,903 0000000000000209ae5db4b713a75bc0a1f1278a4c1c46b5deb19b5801253094 0.01 MB 8 755
146,902 146,902 000000000000092d03ce28380da5aacb939e4aa2a5cc103052c4b2209fcca507 0.05 MB 131 70
146,901 146,901 0000000000000675b088a335a9ad5adab1ec0e505fe2f14745ecb841bda51ed0 0.02 MB 31 55
146,900 146,900 00000000000001a61d473d68940d022af01968ca2f72fbfe5cf225db4d7d2645 0.01 MB 8 42
146,899 146,899 0000000000000886ea862fe30b8ffb818034a0dadfb6b49611efbf1fad2c9277 0.00 MB 7 0
146,898 146,898 00000000000009201599e6ba5798982cad705322523540b0fcfdd5872e9e9417 0.01 MB 17 343
146,897 146,897 000000000000043e520e72846654d36341464ca9044a27be4a75725a713ec624 0.02 MB 39 288
146,896 146,896 0000000000000060c63702430e197ad013dd1f0ef42a1f695224dbe73a095601 0.03 MB 72 59
146,895 146,895 00000000000004ded7b4639b2833c448ad818b9d129f52875af644caae825445 0.00 MB 12 0
146,894 146,894 00000000000002563605d02bd8fa33d51e9b3ff021b9c5773a714786c749a88d 0.02 MB 42 136
146,893 146,893 00000000000007903a983984fced1e60336258cc0d06b0b199353284816c424e 0.02 MB 24 97
146,892 146,892 00000000000002f4f4a3bd6baf6b2f364f583bba3f52dbde0f4e003101e65d04 0.03 MB 68 205
146,891 146,891 0000000000000781b40c9c4b3d4c5d092b99c5edc927861e49b8600821deffdc 0.00 MB 9 19
146,890 146,890 000000000000065eef797bf59fbc4828c3abc246fab9d50cd35d729d71ce7ceb 0.01 MB 9 44
146,889 146,889 00000000000005f5fa4651eb5de7731f930dafcd39d34ddb18fc2ccd610a907d 0.03 MB 100 56
146,888 146,888 00000000000008288cf39a9ad9799fc8d223b2f47cd6c67056cd20c8f41ae5e1 0.02 MB 64 152
146,887 146,887 000000000000037d8dde3ca41618c3db9f4257f1f6b879e2758c04c657113c93 0.09 MB 16 57
146,886 146,886 000000000000006086e97b18ecaa1ce06d4bf127c5b82da44fd9ef5c9b1fe317 0.01 MB 14 98
146,885 146,885 00000000000001f20cbb967b82f263d3bc026198db74b6a7a47564ba2619f9cf 0.01 MB 12 46
146,884 146,884 00000000000006809610be907e7852f14482b092c6302f912686226624ab641f 0.02 MB 38 426
146,883 146,883 000000000000078a9a0633c7696004a1cfe3e5851d94d29ec6ec6a175cb389ac 0.00 MB 1 0
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,617.24 GB sent, 92.87 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.