Memory Pool Memory Pool Refreshing

5,775 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
906,714 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 2,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,713 (558,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,555 348,555 00000000000000001497d5610b34365be042cce0e344ee84ae6eeaa30d643706 0.63 MB 522 8
348,554 348,554 00000000000000000bd8b7e0e53d4cc1ebe6bec1871e8f73a606d1ee73dd1538 0.75 MB 1,551 30
348,553 348,553 0000000000000000113b935605b1376492cb2b1796eb0fc62e6b1b4b3c9db623 0.66 MB 1,024 23
348,552 348,552 00000000000000000ca595a7b2eb468326cafcec7e42936d1efe880af4f0e5af 0.14 MB 512 59
348,551 348,551 000000000000000010cb05d5dfb6dd481de1212ed19c8a66554ba13037fe5ca6 0.20 MB 228 20
348,550 348,550 00000000000000001194c8a147d933928b510222c457013b368d97dfd85f67d8 0.25 MB 555 30
348,549 348,549 0000000000000000121ba61c07bb9da501e0ee244d04ead52a34d9a702561eb5 0.28 MB 368 18
348,548 348,548 000000000000000012217d4273b0f1bd55502f0621c7e90ec0bac9dc94dbd0d3 0.12 MB 112 5
348,547 348,547 00000000000000000bfe8e7dee34e6c6e48aeed751b652db82158761edec7742 0.10 MB 128 15
348,546 348,546 000000000000000013bb6826f61887e748c4ff083f356cb0e64eeac241d8204a 0.50 MB 1,038 29
348,545 348,545 00000000000000000bbead70201af9872427285658072a00be3e1c6769ac1f9e 0.05 MB 72 10
348,544 348,544 00000000000000000077503030baeb980efb72f51e769bdcc088bb67b4949aea 0.49 MB 394 12
348,543 348,543 0000000000000000081385c2a9ba3756c516b12e43fff424f8336a8e30540df3 0.99 MB 1,093 15
348,542 348,542 000000000000000008f02971228fad04ace06ac20cbedfc602fefa2001d5f156 0.34 MB 601 24
348,541 348,541 000000000000000006c420dec12c9df372697b0b51d2e22df9916a527c92c9b1 0.40 MB 884 26
348,540 348,540 00000000000000000c1766df9c8749dd1092868f9b40285ab0c45f8ac481689a 0.14 MB 266 25
348,539 348,539 00000000000000000408db91ecfadc1e8d706f4c76e6baca3bfc1d7484100612 0.02 MB 60 23
348,538 348,538 0000000000000000101256d53a6b75ad516ca452047c1d5e489f5eacf3633f04 0.51 MB 982 25
348,537 348,537 000000000000000014bf7f82198d11127421903cea0fc129064bbe0986d63b37 0.02 MB 34 43
348,536 348,536 0000000000000000053accd6246c47994b993249cd0f3fcac1a1357da94f8d1b 0.19 MB 398 27
348,535 348,535 000000000000000010a875af3a18884e3897479ceb1afa4cfb5d32ace532e714 0.05 MB 136 34
Previous 10 blocks ↓
Total Size: 767.15 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,496.17 GB sent, 82.88 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.