Memory Pool Memory Pool Refreshing

7,532 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,930 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (616,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,481 291,481 0000000000000000b16ec9d427694f4aa9003e1a8862379cfe02f56c38c8b345 0.41 MB 700 38
291,480 291,480 0000000000000000f3aac0e4b9fbc86a4f05263d0876310c295a18d5c17f46d6 0.20 MB 362 33
291,479 291,479 000000000000000040f3068d62bb17920b23991a267dcff758e72158e30872ab 0.16 MB 58 12
291,478 291,478 0000000000000000241c373fa2eb53eb8348cca5d8561cce9442bd9b1233eaab 0.50 MB 748 23
291,477 291,477 00000000000000002c73d146ad740af1378580a6e02cfe2e1fa84a76cd5fd2d9 0.16 MB 512 72
291,476 291,476 00000000000000003118ade6a5d985791ba8355d2dd9bd2f07af535c268d97c5 0.10 MB 62 8
291,475 291,475 0000000000000000bd7a6e59569860c59c7544f3d432fbf58f3562327ecc6f47 0.12 MB 183 24
291,474 291,474 000000000000000060fd0287dee6748cb30dfa756a67b7a3df6dfb1e64535a31 0.05 MB 128 35
291,473 291,473 000000000000000073e1aa5111b5078b2111d67af8468f9d15caef744ed57b68 0.59 MB 1,004 32
291,472 291,472 0000000000000000a54f9909202533e0efe3e92dca6bde5ecfb35a6948036813 0.35 MB 765 33
291,471 291,471 0000000000000000bdd77d31ed585b62b5e3cab5b485ae9e56e733ebcccaa093 0.06 MB 128 116
291,470 291,470 000000000000000033f0b6c755afbfdb113c6a21996ec01d487053b9b1df2b07 0.28 MB 390 27
291,469 291,469 0000000000000000e88fd52fc6d5f746246af6ef61087de68dcba9cbbfeb0f80 0.14 MB 32 10
291,468 291,468 0000000000000000fab6f76808c272dd24655541d86be6d5420ed9eacddd5137 0.35 MB 644 29
291,467 291,467 00000000000000000586974effce2f69c71f435fb31e4ddba9f7e27da09d5e82 0.09 MB 256 59
291,466 291,466 00000000000000008604871c2f2334566ca83906b618632e32cdd5a8e41b93dd 0.11 MB 90 18
291,465 291,465 0000000000000000e7ddde5212f639b8dac250bdba56448d7e6429a0685261ed 0.34 MB 289 19
291,464 291,464 000000000000000064c7bf04814ed89a78cda8089e28387749de6a7b5c9ba8e5 0.35 MB 549 27
291,463 291,463 0000000000000000ed51c60e2d74d050171c490c741d4826367457c0a313fc13 0.35 MB 921 48
291,462 291,462 0000000000000000424f00414579e16a3e0e86b8db0ed5f6ca0d3d8dee5895ff 0.09 MB 197 47
291,461 291,461 00000000000000005195271d5aba746488f03a428a2cb4bc7f36566a4ebd9003 0.16 MB 334 31
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.86 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.