Memory Pool Memory Pool Refreshing

3,683 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (43,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,493 864,493 0000000000000000000152c3eb1421956ff74c7349885b62d0731450e918b99b 1.52 MB 6,109 6
864,492 864,492 00000000000000000001662aa1e5b3a74495a2b03fb046ae3e2d2e197d8509f2 1.54 MB 5,590 7
864,491 864,491 00000000000000000000d25107ab73b5668ef52df769ad2e0837f8786daf8367 1.58 MB 5,433 4
864,490 864,490 000000000000000000008263768a6413752d00a628184457adff02200eb4aa51 1.64 MB 6,148 4
864,489 864,489 0000000000000000000209b5cf8b8f28275abf618ea4b01bc84ccd38dc978991 1.51 MB 6,727 5
864,488 864,488 000000000000000000018457de1bd255d8bb852046f024cbd0dfe23acede952c 1.51 MB 4,765 6
864,487 864,487 000000000000000000000687999e1f291e20df305b04ed7635a0c077f402760d 1.56 MB 5,706 8
864,486 864,486 00000000000000000002d5d351f1ca23346df464160352b04d7e4356eb4ff8b1 1.59 MB 4,489 6
864,485 864,485 000000000000000000024f4a851a3ade7c27c289118ac8f31b79fc2a5f0f8ef3 1.52 MB 5,386 6
864,484 864,484 000000000000000000004d08cd97c45c68a534f3144229ecfad370b80ef116d0 1.77 MB 3,728 4
864,483 864,483 00000000000000000001ffdb728ebed0d54ea67ef4a7feea026ce3dbb0390285 1.55 MB 3,768 7
864,482 864,482 000000000000000000031910047901bf218b0410873a2cdce70cabd561aeb17f 1.49 MB 4,550 8
864,481 864,481 000000000000000000024717047e5bb18cb99cd5f56bb327abe00102714f1e62 1.54 MB 3,930 6
864,480 864,480 000000000000000000002f1fed2a20bc936eeccb8421f4d555ad713a5b2013d3 1.64 MB 4,384 8
864,479 864,479 00000000000000000002ce63a224a73d3230b6ad60372c106bcb2808a30586d9 1.51 MB 3,825 13
864,478 864,478 000000000000000000025beec9ef6b988a744d2b2c864cfcda65ccfe371202e5 1.44 MB 2,559 7
864,477 864,477 0000000000000000000294219f595d3f38c0edf00456955a0726a0fcc87a81c1 1.64 MB 4,709 10
864,476 864,476 000000000000000000003a0746eb91f814174761b4a1aaf7996ed83c7ede563a 1.61 MB 3,828 10
864,475 864,475 00000000000000000001430b3dc734ba7390d59205c3d2709b9ba25b4757979b 1.54 MB 3,437 16
864,474 864,474 000000000000000000021fd7bf5cce75706fa223f6a2dd40d0140fc679391974 1.61 MB 3,310 8
864,473 864,473 00000000000000000002cdd8338ae2c79af4a0fe13525650a8de83ab6b5185bd 1.48 MB 3,796 13
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.