Memory Pool Memory Pool Refreshing

2,683 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,682 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (184,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,332 723,332 000000000000000000012e6b32435b6218001586f816aea8e17b09017e9171fa 1.62 MB 3,100 11
723,331 723,331 00000000000000000003b43ba8faee1af0c6b60979f797c1a66b158943576262 1.51 MB 2,773 16
723,330 723,330 00000000000000000005472df06ac04da809e0170ecda554cb281966f2fed1ba 1.44 MB 2,856 18
723,329 723,329 0000000000000000000a39bdcd6f1de4591e94f4a854e364326b453a17274b29 1.60 MB 2,722 13
723,328 723,328 0000000000000000000187ef5e4c18be45f76872531c83ba2fc9d8384bfb605f 1.45 MB 2,826 12
723,327 723,327 000000000000000000009e23ba9a180cb6b9b8ef8267c2018be36eeee2945adb 0.10 MB 20 7
723,326 723,326 000000000000000000071620fbbb199dcf39fd1f8677a1fdd3f044041fe3a51f 1.47 MB 2,701 9
723,325 723,325 00000000000000000000b5d5341fb09289e37c413991002fcf056c541470d7dc 0.65 MB 905 7
723,324 723,324 00000000000000000004c47acb4ac1ce9674a3c5050879caed665cad994f8a23 1.59 MB 2,622 13
723,323 723,323 00000000000000000005952d52ca1042968e4a9076e3fe956f650c2d70df81a6 0.56 MB 332 1
723,322 723,322 00000000000000000001aa927c994f07b9d8748f51a0f10fecf6b812de0957e8 1.72 MB 1,646 8
723,321 723,321 00000000000000000000ee885ea22e87e55a6e4d39eaa8b51349d2bb3af433f3 1.73 MB 1,856 2
723,320 723,320 0000000000000000000047bda084ffb1270ebad02b448a855d11bcec94bdaaa3 1.43 MB 2,236 8
723,319 723,319 00000000000000000006df896ee9ce5b7db11fb59e3688d7b25ffff512d43b3c 1.33 MB 1,832 7
723,318 723,318 0000000000000000000798c06e66e3723740fdafdf23b469225fcfed73df9199 1.50 MB 3,030 17
723,317 723,317 0000000000000000000708c826cbf797155e918d209cb2235e4722ab5b99bac2 1.54 MB 3,034 20
723,316 723,316 00000000000000000006752f52096d63e8550a4fbae9164b3449c2c1c0eb1fd6 1.70 MB 1,457 5
723,315 723,315 000000000000000000007a098d0e6f06135cede3b2628c6f966519f28b80f98f 1.61 MB 2,982 12
723,314 723,314 000000000000000000061207184327b1458bf89178a901bf8d3b0ef72d8f3dd4 2.00 MB 141 1
723,313 723,313 00000000000000000006c3f9f54a68068014749ad6ee2fefa4f9be6dde9d6e9f 1.66 MB 2,081 10
723,312 723,312 00000000000000000000231574a6591ef61d78233729fdd7d9d6586db5f27488 1.57 MB 2,196 3
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.