Memory Pool Memory Pool Refreshing

1,653 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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.51 vMB 1,632 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (559,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,329 348,329 000000000000000004d3e08cbfe0221d11cb893d8786a78442be2397495db1e3 0.50 MB 987 27
348,328 348,328 00000000000000000102107c85f92f925fa517a1e0048b7020a6f2fe77abdd74 1.00 MB 3,152 44
348,327 348,327 00000000000000000f8dd57b6026dbf9ae4aea42341384fca57eb941eba2e4aa 0.41 MB 643 10
348,326 348,326 00000000000000000255831d9760cae3ef3496c3538997e41146f4da0fca1df3 0.50 MB 853 32
348,325 348,325 000000000000000002b26abdb468540a16c31440ca2d83eb5592641546b36f09 0.50 MB 666 22
348,324 348,324 000000000000000015ea7468645e449882317b9d0a89f7ee3ac3e6536a7b4eca 0.50 MB 1,012 28
348,323 348,323 00000000000000000c0826e00d17f9d74b213d35ca07bf30930654b151a66aca 0.50 MB 983 23
348,322 348,322 00000000000000001443871b97915884a5738edf2bce7d3e8b3ee163931db7f1 0.50 MB 1,711 49
348,321 348,321 000000000000000016a3cbac6a250674106da9ff81f6a1b7c7c20611db659a14 0.77 MB 1,709 29
348,320 348,320 000000000000000004fcc96e6e8175292ad8c177d2f311ec5e1198283aa4eb12 0.48 MB 863 24
348,319 348,319 000000000000000000274a8b859897be96cc99a519de4a9a1afc7ab1feeb5fe5 0.73 MB 1,214 23
348,318 348,318 0000000000000000050bbd3f1b1f86abd2efcc4fd5e0771abe43e25a223cc6c6 0.75 MB 1,629 43
348,317 348,317 0000000000000000087f7c7bae8f841b6537a6a30bb455eb07711729f6333728 0.33 MB 632 26
348,316 348,316 000000000000000006699a65b76e6673e970c921dea43d5e27e00c1096d503d9 0.44 MB 833 30
348,315 348,315 000000000000000010b71cde991cd66710fe305e71e2df93845e62a0f0014f82 0.15 MB 173 17
348,314 348,314 000000000000000006ef764240fec75e481b33283e634dc03cfafad7c5270c96 0.09 MB 256 43
348,313 348,313 00000000000000000cebdaa6692312197194de07343ebb5be697301ea94f63ad 0.08 MB 86 12
348,312 348,312 000000000000000008b916853dc1a7daef166555b497404f1cdd2017dbd99a29 0.00 MB 1 0
348,311 348,311 000000000000000011a9d14de60452d1fbf80a244f110fdc5e4c5078394f5a5f 0.67 MB 1,343 16
348,310 348,310 00000000000000000a597d62b9ff767389e12c02981fc7ad8cc4ff956d09c23d 1.00 MB 1,279 21
348,309 348,309 0000000000000000133a83a9bc7606ca50f4c4d7b91364385c0adb12736a4648 0.43 MB 512 21
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.75 GB sent, 94.07 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.