Memory Pool Memory Pool Refreshing

8,766 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (593,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,324 314,324 00000000000000000b762c099b5e8760e742a6f450d7b1c7e82b29a8a8d2eaaa 0.30 MB 561 26
314,323 314,323 00000000000000000297a91b8ca1338cd46675fdf7162367e01565465a497c45 0.06 MB 93 23
314,322 314,322 00000000000000002cc88c9823eef1ce1828480a1dca8d3b1598933831830bda 0.08 MB 114 24
314,321 314,321 000000000000000037febd712088108f4bc5995b6d999799adc094e398ef7f99 0.37 MB 645 40
314,320 314,320 000000000000000013d4504937544cc98c604cce3c572aff113cf63bb8f03ef9 0.21 MB 383 30
314,319 314,319 000000000000000030a06dc601364b00b522d3e992693cf798b8e67ebcd00f43 0.10 MB 213 31
314,318 314,318 00000000000000000a75fda0267d51661c636a6bb32bb832e9e515d834a01e59 0.67 MB 1,213 27
314,317 314,317 00000000000000003a39e873139a3d1fe95ed7aaacc06c5bedcb3b2c58421691 0.20 MB 354 27
314,316 314,316 0000000000000000062523f4c9b7c5adb6cfc85369b4f20748917f955d216fff 0.47 MB 390 25
314,315 314,315 00000000000000000f97f07c2637d6d4e20e69cfdb670bfafd38a1d60ed6b7fd 0.32 MB 564 28
314,314 314,314 00000000000000001ee824e0519b01ef3bacce0530fbdd7bef55bfe460bfdace 0.28 MB 431 26
314,313 314,313 000000000000000030365a697dfef54d8ac3e2fbbea38d13295f201c5aa4b899 0.01 MB 34 32
314,312 314,312 0000000000000000264e3c02f6aab97560cfbe5bdaae080cd647758d10cc0c74 0.02 MB 53 30
314,311 314,311 000000000000000022f10c9b2f79c62d7f4336c39587a33b22f67cdaa6c7e81d 0.12 MB 250 23
314,310 314,310 000000000000000008a9c4088e5b14dbc520efac28c797f6774ba68a7c26d4da 0.47 MB 872 30
314,309 314,309 00000000000000002f84fe5cdd46a82622338f9d2c5034b67727a9cfec863344 0.26 MB 569 32
314,308 314,308 0000000000000000027a8983cc059ab4a873b12d438e8e87d913cb213392ce1c 0.21 MB 363 28
314,307 314,307 0000000000000000396251db9a8bf7cb66384faf6fa12a8815fd698de0867d7c 0.33 MB 656 31
314,306 314,306 000000000000000033a09a632e9d4c390ff5b74ce95049a68712148299bccbec 0.06 MB 71 15
314,305 314,305 000000000000000032d338e793e333e326635a83757c5a61aaf863d51c2e3d89 0.10 MB 120 20
314,304 314,304 00000000000000000a2baf245c15d4dcaf3986e8064f7a589bfa4b6a1c5ee91b 0.11 MB 240 31
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.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.