Memory Pool Memory Pool Refreshing

10,064 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (236,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
671,528 671,528 0000000000000000000bea2071a8f6e2b33e8c06cffa166f27cdf7d2d32ff1aa 2.11 MB 645 76
671,527 671,527 0000000000000000000ad7b30dcaae6b1e81571c5b3a829b465d5b1c8ee459f6 1.60 MB 1,450 94
671,526 671,526 00000000000000000002113eb910a6f10af626ca8e33035c0169d3949abb9a29 1.84 MB 1,493 82
671,525 671,525 000000000000000000031a01038da37fded57ce9a56e4d45f643cb54b85f3d1d 1.63 MB 2,166 91
671,524 671,524 00000000000000000007a937b0fe3f1685f89f130710b0ada774dc8183308501 1.67 MB 902 55
671,523 671,523 00000000000000000003c09bc5de5b3165786ffe19daa4f659b6b9e3a937c300 1.82 MB 1,322 82
671,522 671,522 0000000000000000000cac26f105e007bacf13af13339c0a7a8277586656c23d 2.24 MB 386 64
671,521 671,521 000000000000000000003528bf477fee63061a4ee9efa05dde3b28a251bdc138 2.20 MB 343 65
671,520 671,520 00000000000000000009586da7c825138416ded0be5d905c5d76db8fc6e4e737 1.56 MB 2,426 90
671,519 671,519 000000000000000000082209fb176eb2ee987e5d3f532166df68f0e0f473fb7e 1.20 MB 1,638 116
671,518 671,518 000000000000000000046cc22a9720190106dd7ed68d12b5f1735e72a3b21cb9 2.00 MB 1,074 70
671,517 671,517 00000000000000000009015dd325ebe334b347c101da05b24b7cfb1f7d20268e 1.64 MB 1,563 103
671,516 671,516 00000000000000000002eef298b449b2ced5dbae6c1f1ee19afa20d65dc45519 1.92 MB 1,218 105
671,515 671,515 000000000000000000039c48e84a54b105f600e38de8a2e9116ad2b9d36daf37 1.52 MB 2,160 115
671,514 671,514 0000000000000000000c2c1425bb995ab351fbbc680a4eb5712794b7cb5bfb09 2.06 MB 804 79
671,513 671,513 0000000000000000000a23665f23666d332c9ebe2a8b4673f2f4e8bec966b505 2.00 MB 483 86
671,512 671,512 0000000000000000000abeb6da0abe5c49be240dc19c1898cadb68eb324db575 1.83 MB 1,125 109
671,511 671,511 0000000000000000000b395d70d8aabf2369144cfb6093988109570e077fe287 1.63 MB 2,249 120
671,510 671,510 00000000000000000001659d5e7e37aee77144f579e28cc664c821dc7ab01a95 2.26 MB 139 44
671,509 671,509 0000000000000000000a1576780f47320d20fc78df735edf3fe0306cf32aaf66 1.39 MB 1,810 94
671,508 671,508 00000000000000000007d4c5d1bb274d0daf812ba6fb039226ba4327eab188ac 1.87 MB 1,152 66
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,625.69 GB sent, 93.04 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.